pub trait DataBase: Sealed { type Elem: Scalar; }
Base trait for BufferBase representation.
BufferBase
The numerical type of the buffer.