pub trait MemSerExt: Sized {
    fn as_slice(&self) -> &[u8] ;
}

Required Methods§

Implementations on Foreign Types§

Implementors§