pub type NonEmpty = Not<Empty>;
Checks whether the value is non-empty.
struct NonEmpty { /* private fields */ }