Trait nv_card::Sliceable [] [src]

pub trait Sliceable {
    type Item;
    fn as_mut_slice(&mut self) -> &mut [Self::Item];
}

trait that converts type to mutable array. Required for default shuffle implementation

Associated Types

Required Methods

Implementors