pub trait NumpyWriter: Sized {
    fn write_npy<W: Write>(self, out: &mut W) -> Result<()>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§