Trait nom::InputLength [] [src]

pub trait InputLength {
    fn input_len(&self) -> usize;
}

Required Methods

Implementations on Foreign Types

impl<'a, T> InputLength for &'a [T]
[src]

[src]

impl<'a> InputLength for &'a str
[src]

[src]

impl<'a> InputLength for (&'a [u8], usize)
[src]

[src]

Implementors