pub trait SliceAsBytesDataType: DataTypewhere
Self::T: SliceAsBytes,{ }
👎Deprecated since 54.0.0: Seems like a stray and nobody knows what’s it for. Will be removed in 55.0.0
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.