Skip to main content

ToFqdn

Trait ToFqdn 

Source
pub trait ToFqdn {
    // Required method
    fn to_fqdn(&self) -> Box<str>;
}

Required Methods§

Source

fn to_fqdn(&self) -> Box<str>

Implementors§

Source§

impl<T: AsRef<str>> ToFqdn for T