pub trait AsName {
    fn as_name(&self) -> Name;
}

Required methods

Implementations on Foreign Types

Implementors