Trait pipebytes::IntoBytes[][src]

pub trait IntoBytes {
    fn into_bytes(self) -> Result<Vec<u8>>;
}

Required methods

Implementations on Foreign Types

Implementors