Expand description
The prelude imports for not_empty. The intention is so you can include
use not_empty::prelude::* and have easy access to this crate’s types
and traits.
Macros§
- not_
empty_ vec allocorstd - Creates a
NonEmptyVeccontaining the arguments.
Structs§
- NonEmpty
Slice - A slice that is guaranteed to not be empty.
- NonEmpty
Vec allocorstd - A vector that is guaranteed to not be empty.
Traits§
- NotEmpty
Iterator Ext allocorstd - Extends
Iteratorwith methods for collectingNonEmptyVecs as a stop-gap to retain a fallibleIterator::collectfunctionality.