Trait npyz::write_options::HasShape[][src]

pub trait HasShape { }
Expand description

Indicates that a Writer options type includes a shape.

If you are receiving the following compiler error:

the trait bound `npyz::WriteOptions<i64>: npyz::write_options::HasShape` is not satisfied

Then it is most likely because you are missing a call to WriterBuilder::shape.

Implementors