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

Required Methods

Implementations on Foreign Types

Implementors