Trait nom::InputLength

source ·
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§