pub trait DerTypeView<'a>: Sized { const TAG: u8; fn object(&self) -> DerObject<'a>; }
A trait for DER type views
The tag for this type
Provides raw access to the underlying DerObject
DerObject