Trait strong_type::StrongType
source · pub trait StrongType: Debug + PartialEq + PartialOrd + Clone + Default + Send + Sync {
type UnderlyingType: Default;
type PrimitiveType;
}Expand description
Trait for strong types to obtain the associated underlying type and primitive type.
Required Associated Types§
type UnderlyingType: Default
type PrimitiveType
Object Safety§
This trait is not object safe.