pub trait ContainerWrite<B>: ContainerRead<B> where
    B: BitAccess
{ fn get_mut_slot(&mut self, idx: usize) -> &mut Self::Slot; }

Required Methods

Gets mutable reference to stored slot.

Implementations on Foreign Types

Implementors