[][src]Trait sqs_lambda::event_decoder::PayloadDecoder

pub trait PayloadDecoder<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...