CharVecCompatible

Trait CharVecCompatible 

Source
pub trait CharVecCompatible {
    // Required methods
    fn to_vec8(&self) -> Vec<u8> ;
    fn from_vec8(v: Vec<u8>) -> Option<Self>
       where Self: Sized;
}

Required Methods§

Source

fn to_vec8(&self) -> Vec<u8>

Source

fn from_vec8(v: Vec<u8>) -> Option<Self>
where Self: Sized,

Implementors§