pub trait IntoName {
    fn into_name(self) -> Result<Name, BadName>;
}

Required Methods§

Implementors§