pub trait IntoGroupSize {
// Required method
fn into_group_size(self) -> usize;
}Expand description
Trait to accept either &str or usize as group size
pub trait IntoGroupSize {
// Required method
fn into_group_size(self) -> usize;
}Trait to accept either &str or usize as group size