pub trait PartitionedBuffer: Partitioned + Pointer + AsDatatype { }
A buffer that is Partitioned
Partitioned