Traitsยง
- Link
Reference - A composite trait for types that can be used as link identifiers.
- MaxValue
- Provides the maximum value for a numeric type as an associated constant.
- Number
- A base numeric trait combining
PrimInt,Default,Debug,AsPrimitive<usize>, andToPrimitive. - Signed
Number - A signed numeric trait extending
Numberwith signed operations. - ToSigned
- Converts a numeric type to its signed counterpart.