☰
Type Definition RawQe3CertData
Trait Implementations
Qe3CertData<'a>
Other items in
dcap_ql
::
quote
All crates
?
Type Definition
dcap_ql
::
quote
::
RawQe3CertData
[
−
]
[src]
pub type RawQe3CertData<'a> =
Cow
<'a,
[
u8
]
>;
Trait Implementations
[src]
impl<'a>
Qe3CertData
<'a> for
RawQe3CertData
<'a>
[src]
fn
parse
(_type_:
CertificationDataType
, data:
Cow
<'a,
[
u8
]
>) ->
Result
<Self>