pub trait Tagged {
    const TAG: Tag;
}

Associated Constants

Implementations on Foreign Types

Implementors