pub trait Tagged {
    const TAG: Tag;
}

Required Associated Constants

Implementations on Foreign Types

Implementors