Trait nom::InputLength [] [src]

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

Required Methods

fn input_len(&self) -> usize

Implementors