Crate extend_map

Source
Expand description

Wrap an impl Extend to map or filter elements before extending.

Structsยง

ExtendFilter
Wraps a type Extender: Extend<ExtendElement> and applies a filter function before passing elements to the Extender.
ExtendMap
Wraps a type Extender: Extend<ExtendElement> and applies a mapping function before passing elements to the Extender.