Trait alloc_no_stdlib::SliceWrapper [] [src]

pub trait SliceWrapper<T> {
    fn slice(&self) -> &[T];
}

Required Methods

Implementors