Trait Utf8String

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

Required Methods§

Source

fn to_utf8(&self) -> String

Implementations on Foreign Types§

Source§

impl Utf8String for Vec<u8>

Source§

fn to_utf8(&self) -> String

Source§

impl Utf8String for [u8]

Source§

fn to_utf8(&self) -> String

Implementors§