macro_rules! unsafe_impl_data_type { ($typ:ty, Value) => { ... }; }
A convenience macro provided to easily implement DataType for Value types that are neither slices nor references, for which ValueType, InnerType, and DerefTargetType are all equal to T.
DataType
Value
ValueType
InnerType
DerefTargetType
T