Trait reproto_backend::IntoBytes [] [src]

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

Required Methods

Implementors