Trait nom::InputLength[][src]

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

Abstract method to calculate the input length

Required methods

Calculates the input length, as indicated by its name, and the name of the trait itself

Implementations on Foreign Types

Implementors