Trait NameExt

Source
pub(crate) trait NameExt {
    // Required methods
    fn is_mac_roman(&self) -> bool;
    fn is_supported_encoding(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl NameExt for Name<'_>

Implementors§