pub trait SliceAsBytesDataType: DataType
where Self::T: SliceAsBytes,
{ }

Object Safety§

This trait is not object safe.

Implementors§