Expand description
Orphan namespace of the module.
Enums§
- Diff
- A type returned by the
diff_with
function. - Either
- The enum
Either
with variantsLeft
andRight
is a general purpose sum type with two cases. - Either
OrBoth - Value that either holds a single A or B, or both.
- Fold
While - An enum used for controlling the execution of
fold_while
. - MinMax
Result MinMaxResult
is an enum returned byminmax
.- Position
- The first component of the value yielded by
WithPosition
. Indicates the position of this element in the iterator results.
Traits§
- Iter
Trait - Trait that encapsulates a clonable iterator with specific characteristics, tailored for use with the
syn
crate. - Itertools
- An
Iterator
blanket implementation that provides extra adaptors and methods. - Peeking
Next - An iterator that allows peeking at an element before deciding to accept it.
- _Iter
Trait - Trait that encapsulates an iterator with specific characteristics and implemetning
CloneDyn
.
Type Aliases§
- Boxed
Iter - Type alias for boxed
_IterTrait
trait objects.