Crate extend_map

Source
Expand description

Wrap an impl Extend to map elements before extending.

Structsยง

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