[−][src]Trait nom::InputLength
Abstract method to calculate the input length
Required methods
pub fn input_len(&self) -> usize[src]
Calculates the input length, as indicated by its name, and the name of the trait itself
Implementations on Foreign Types
impl<'a, T> InputLength for &'a [T][src]
impl<'a> InputLength for &'a str[src]
impl<'a> InputLength for (&'a [u8], usize)[src]
impl<'a, O, T> InputLength for &'a BitSlice<O, T> where
O: BitOrder,
T: 'a + BitStore, [src]
O: BitOrder,
T: 'a + BitStore,