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