[][src]Trait amq_protocol::frame::parsing::traits::ParsableInput

pub trait ParsableInput: Clone + PartialEq<Self> + InputLength + InputIter<Item = u8> + InputTake + Compare<&'static [u8]> + Slice<RangeFrom<usize>> { }

Trait used to ensure we can properly parse input

Implementors

impl<T> ParsableInput for T where
    T: Clone + PartialEq<T> + InputLength + InputIter<Item = u8> + InputTake + Compare<&'static [u8]> + Slice<RangeFrom<usize>>, 
[src]

Loading content...