IntoGroupSize

Trait IntoGroupSize 

Source
pub trait IntoGroupSize {
    // Required method
    fn into_group_size(self) -> usize;
}
Expand description

Trait to accept either &str or usize as group size

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoGroupSize for &str

Source§

impl IntoGroupSize for usize

Implementors§