Trait asn1_rs::DynTagged[][src]

pub trait DynTagged {
    fn tag(&self) -> Tag;
}

Required methods

Implementations on Foreign Types

Implementors