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

Required methods

Implementations on Foreign Types

Implementors