Trait dcap_ql::quote::Qe3CertData[][src]

pub trait Qe3CertData<'a>: Sized {
    fn parse(type_: CertificationDataType, data: Cow<'a, [u8]>) -> Result<Self>;
}

Required methods

Implementors