Trait numcodecs::ArrayDType
source · pub trait ArrayDType: Sealed {
type RawData<T: AnyRawData>: RawData<Elem = Self>;
const DTYPE: AnyArrayDType;
}Expand description
Types which are included in AnyArrayDType
Required Associated Types§
sourcetype RawData<T: AnyRawData>: RawData<Elem = Self>
type RawData<T: AnyRawData>: RawData<Elem = Self>
Representation for an ArrayBase containing this type
Required Associated Constants§
sourceconst DTYPE: AnyArrayDType
const DTYPE: AnyArrayDType
AnyArrayDType representation of this type
Object Safety§
This trait is not object safe.