[−][src]Trait nom::InputTake
abstracts slicing operations
Required methods
fn take<P>(&self, count: usize) -> Option<&Self>
returns a slice of count bytes
fn take_split<P>(&self, count: usize) -> Option<(&Self, &Self)>
split the stream at the count byte offset