logo
pub trait Anonymous {
    fn is_anonymous(&self) -> bool;
}
Expand description

Representation of anonymity

Required Methods

Return true if a type is anonymous, false otherwise

Implementors