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