Trait ntex_amqp_codec::Decode[][src]

pub trait Decode where
    Self: Sized
{ fn decode(input: &[u8]) -> Result<(&[u8], Self), AmqpParseError>; }

Required methods

Loading content...

Implementors

Loading content...