ToStr

Trait ToStr 

Source
pub trait ToStr {
    // Required method
    fn to_str(&self) -> &str;
}

Required Methods§

Source

fn to_str(&self) -> &str

Implementations on Foreign Types§

Source§

impl ToStr for [u8]

Source§

fn to_str(&self) -> &str

Implementors§