Trait 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>