[][src]Type Definition n5::VecDataBlock

type VecDataBlock<T> = SliceDataBlock<T, Vec<T>>;

A linear vector storing a data block. All read data blocks are returned as this type.

Trait Implementations

impl<T: ReflectedType> ReinitDataBlock<T> for VecDataBlock<T>[src]