Trait nom8::input::InputLength
source · pub trait InputLength {
// Required method
fn input_len(&self) -> usize;
}
Expand description
Abstract method to calculate the input length
pub trait InputLength {
// Required method
fn input_len(&self) -> usize;
}
Abstract method to calculate the input length