fn from()

in optee-utee/src/object.rs [45:47]


    fn from(attr: AttributeValue) -> Self {
        Self { raw: attr.raw() }
    }