pub trait ToUtf8 {
    fn to_utf8(&self) -> Result<&str>;
}

Required Methods

Implementations on Foreign Types

Implementors