Trait libertyos_kernel::AsSlice[][src]

pub trait AsSlice {
    type Elem;
    fn as_slice(&self) -> &[Self::Elem];
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors