[−][src]Trait nom::Offset
useful functions to calculate the offset between slices and show a hexdump of a slice
Required Methods
fn offset(&self, second: &Self) -> usize
offset between the first byte of self and the first byte of the argument
Implementations on Foreign Types
impl Offset for [u8][src]
impl Offset for [u8]impl<'a> Offset for &'a [u8][src]
impl<'a> Offset for &'a [u8]impl Offset for str[src]
impl Offset for strimpl<'a> Offset for &'a str[src]
impl<'a> Offset for &'a strImplementors
impl<'a> Offset for CompleteByteSlice<'a>[src]
impl<'a> Offset for CompleteByteSlice<'a>fn offset(&self, second: &CompleteByteSlice<'a>) -> usize[src]
fn offset(&self, second: &CompleteByteSlice<'a>) -> usizeimpl<'a> Offset for CompleteStr<'a>[src]
impl<'a> Offset for CompleteStr<'a>fn offset(&self, second: &CompleteStr<'a>) -> usize[src]
fn offset(&self, second: &CompleteStr<'a>) -> usizeimpl<T: Offset> Offset for Input<T>[src]
impl<T: Offset> Offset for Input<T>