[−][src]Trait amq_protocol::frame::parsing::traits::Slice
slicing operations using ranges
this trait is loosely based on
Index, but can actually return
something else than a &[T] or &str
Required methods
fn slice(&self, range: R) -> Self
slices self according to the range argument