Trait IntoRandRange

Source
pub trait IntoRandRange {
    // Required method
    fn into_rand_range(self) -> RandRange;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoRandRange for u32

Implementors§