pub trait Data: DataBase + Index<usize, Output = Self::Elem> { }
Marker trait for immutable access.
See Slice.
Slice