Trait kafcat::chain_process::Coder[][src]

pub trait Coder {
    type Error: Error;
    fn code(&mut self, input: Vec<u8>) -> Vec<u8>;
fn error(&mut self) -> Option<Self::Error>; }

Associated Types

Loading content...

Required methods

fn code(&mut self, input: Vec<u8>) -> Vec<u8>[src]

fn error(&mut self) -> Option<Self::Error>[src]

Loading content...

Implementors

Loading content...