Trait rabbitmq_stream_protocol::codec::Decoder
source · [−]pub trait Decoder where
Self: Sized, {
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>;
}
pub trait Decoder where
Self: Sized, {
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>;
}