[][src]Trait sqs_lambda::event_decoder::EventDecoder

pub trait EventDecoder<E> {
    fn decode(&mut self, bytes: Vec<u8>) -> Result<E, Box<dyn Error>>;
}

Required methods

fn decode(&mut self, bytes: Vec<u8>) -> Result<E, Box<dyn Error>>

Loading content...

Implementors

Loading content...