Trait SliceLen

trait SliceLen

Abstract method to calculate the input length

Required Methods

fn slice_len(self: &Self) -> usize

Calculates the input length, as indicated by its name, and the name of the trait itself

Implementors