Trait picky_asn1::Asn1Type
source · pub trait Asn1Type {
const TAG: Tag;
const NAME: &'static str;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait Asn1Type {
const TAG: Tag;
const NAME: &'static str;
}