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