Macro impl_validated_core_traits
Source macro_rules! impl_validated_core_traits {
($StructName:ident, $RawType:ident) => { ... };
}
Expand description
Implements core utility traits: IntoInner, Clone, PartialEq.
§Example
ⓘimpl_validated_core_traits!(MyType, RawReal);