Type Alias UsizeOdd

Source
pub type UsizeOdd = Not<UsizeEven>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct UsizeOdd { /* private fields */ }