Utf8Encoder

Trait Utf8Encoder 

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

Required Methods§

Implementors§

Source§

impl<T: AsRef<[u8]>> Utf8Encoder for T