Trait ai::hook::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§