pub trait FullName {
    fn fullname(&self, ignore_group: bool) -> Cow<'_, str>;
}

Required Methods

Implementations on Foreign Types

Implementors