Trait reproto_backend::IntoBytes [] [src]

pub trait IntoBytes<Processor> {
    fn into_bytes(self, processor: &Processor) -> Result<Vec<u8>>;
}

Required Methods

Implementors