pub trait WeightMode:
'static
+ Send
+ Sync
+ Debug
+ Display { }
Expand description
WeightMode
is a trait used to denote marker types that define that state of a weight,
meaning that the type is either weighted or unweighted. This trait is sealed to prevent further
implementations.