Structs§
- Maybe
Empty - A wrapper type to represent an instance of a type
Tthat may be in a well-known “empty” state where its usual guarantees aren’t upheld. - NonEmpty
Iter - An iterator adapter that omits empty elements.
- NonEmpty
Iter Mut - A mutable iterator adapter that omits empty elements.
Traits§
- IsEmpty
- Implement this trait for a type to allow it to be used with MaybeEmpty.
- NonEmpty
Iterator Ext - An extension trait to add the non_empty method to iterators of MaybeEmpty values.
- NonEmpty
Iterator MutExt - An extension trait to add the non_empty method to iterators of MaybeEmpty values.