Trait vortex_dtype::NativePType
source · pub trait NativePType:
Send
+ Sync
+ Sized
+ Clone
+ Copy
+ Debug
+ Display
+ PartialEq
+ PartialOrd
+ Default
+ RefUnwindSafe
+ Num
+ NumCast
+ FromPrimitive
+ ToBytes
+ TryFromBytes {
const PTYPE: PType;
}Required Associated Constants§
Object Safety§
This trait is not object safe.