Trait pipebytes::AsBytes[][src]

pub trait AsBytes {
    fn as_bytes(&self) -> Result<Vec<u8>>;
}

Required methods

Implementations on Foreign Types

Implementors