Trait nom::InputLength
[−]
[src]
pub trait InputLength { fn input_len(&self) -> usize; }
Required Methods
Implementors
impl<'a, T> InputLength for &'a [T]
impl<'a> InputLength for &'a str
impl<'a> InputLength for (&'a [u8], usize)