unsafe_impl_data_type

Macro unsafe_impl_data_type 

Source
macro_rules! unsafe_impl_data_type {
    ($typ:ty, Value) => { ... };
}
Expand description

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.