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

Required methods

Implementations on Foreign Types

Implementors