Trait UnsafeData

Source
pub trait UnsafeData: DataBase + UnsafeIndex<usize, Output = Self::Elem> { }
Expand description

Marker trait for unsafe access.

See UnsafeSlice.

Implementors§