pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}Expand description
Types which have an ASN.1 Tag.
main (development) branch of crypto-glue.pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}Types which have an ASN.1 Tag.