logo
pub trait Tagged {
    const TAG: Tag;
}
Available on crate feature mtls only.

Required Associated Constants

Implementations on Foreign Types

Implementors