Trait PartitionedBuffer

Source
pub trait PartitionedBuffer:
    Partitioned
    + Pointer
    + AsDatatype { }
Expand description

A buffer that is Partitioned

Implementors§

Source§

impl<'b, B, C, D> PartitionedBuffer for Partition<'b, B, C, D>
where B: 'b + Pointer + AsDatatype + ?Sized, C: Borrow<[Count]>, D: Borrow<[Count]>,