Trait SliceLen
pub trait SliceLen {
// Required method
fn slice_len(&self) -> usize;
}
Available on crate feature
dep_winnow
only.Expand description
Abstract method to calculate the input length
pub trait SliceLen {
// Required method
fn slice_len(&self) -> usize;
}
dep_winnow
only.Abstract method to calculate the input length