NotPositive

Trait NotPositive 

Source
pub trait NotPositive: Sign { }
Expand description

Trait for types that are never positive (number / number-container).

  • In the future when rust supports negative traits (!SomeTrait), this trait will be replaced with !Positive.

Implementorsยง