Trait krnl_core::buffer::Data

source ·
pub trait Data: DataBase + Index<usize, Output = Self::Elem> { }
Expand description

Marker trait for immutable access.

See Slice.

Implementors§

source§

impl<T: Scalar> Data for SliceRepr<'_, T>