Trait asn1_der::typed::DerTypeView
source · pub trait DerTypeView<'a>: Sized {
const TAG: u8;
// Required method
fn object(&self) -> DerObject<'a>;
}
Expand description
A trait for DER type views
pub trait DerTypeView<'a>: Sized {
const TAG: u8;
// Required method
fn object(&self) -> DerObject<'a>;
}
A trait for DER type views