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