Trait optee_teec::Param[][src]

pub trait Param {
    fn into_raw(&mut self) -> TEEC_Parameter;
fn param_type(&self) -> ParamType;
fn from_raw(raw: TEEC_Parameter, param_type: ParamType) -> Self; }

Required methods

Implementors