Type Alias Positive

Source
pub type Positive = Greater<0>;
Expand description

Checks whether the given value is positive.

Aliased Typeยง

pub struct Positive { /* private fields */ }