Trait wuffs::slice::WuffsSliceNative[][src]

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

Required methods

Implementations on Foreign Types

Implementors