Type Alias NonEmpty

Source
pub type NonEmpty = Not<Empty>;
Expand description

Checks whether the value is non-empty.

Aliased Typeยง

pub struct NonEmpty { /* private fields */ }