Trait ToStringExt

Source
pub trait ToStringExt {
    // Required method
    fn to_string(&self) -> String;
}

Required Methods§

Source

fn to_string(&self) -> String

Implementations on Foreign Types§

Source§

impl ToStringExt for OsStr

Implementors§