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