Trait string_interner::NonNegative
[−]
[src]
pub trait NonNegative { }
Number types implementing this trait are always non negative.
The user has to enforce that this condition is met. Default implemented for all unsigned primitive number types.
This effectively hinders default implementation for Symbol for signed primitives.