pub trait Vec8ToString {
    // Required method
    fn as_str(&self) -> Option<&str>;
}

Required Methods§

source

fn as_str(&self) -> Option<&str>

Implementations on Foreign Types§

source§

impl Vec8ToString for Vec<u8>

source§

fn as_str(&self) -> Option<&str>

Implementors§