Trait winnow::stream::SliceLen

source ·
pub trait SliceLen {
    fn slice_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§