Trait extendr_api::prelude::io::FromNpy
source · pub trait FromNpy: SimpleEntity {
const DTYPE: NpyDType;
}Expand description
Trait implemented for native types that can be read from a npy buffer.
Required Associated Constants§
Object Safety§
This trait is not object safe.