Trait strong_type::StrongType
source · pub trait StrongType: Debug + PartialEq + PartialOrd + Clone + Default + Send + Sync {
type UnderlyingType: Default;
}Required Associated Types§
type UnderlyingType: Default
Object Safety§
This trait is not object safe.