pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}
Expand description
Types which have an ASN.1 Tag
.
Required Methods§
Implementors§
impl Tagged for Any
Available on crate feature
alloc
only.pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}
Types which have an ASN.1 Tag
.
alloc
only.