Trait soehnle_t3005::ToAsciiString [] [src]

pub trait ToAsciiString {
    fn to_ascii_string(&self) -> Result<String>;
}

Required Methods

Implementors