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

Reexport nom traits required for parsing 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