pub trait ToVec {
    fn to_vec(&self) -> Vec<u8>;
}

Required methods

Implementations on Foreign Types

Implementors