pub trait SliceLen {
// Required method
fn slice_len(&self) -> usize;
}
Expand description
Abstract method to calculate the input length
pub trait SliceLen {
// Required method
fn slice_len(&self) -> usize;
}
Abstract method to calculate the input length