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§