Expand description
Wrap an impl Extend
to map or filter elements before extending.
Structsยง
- Extend
Filter - Wraps a type
Extender: Extend<ExtendElement>
and applies a filter function before passing elements to theExtender
. - Extend
Map - Wraps a type
Extender: Extend<ExtendElement>
and applies a mapping function before passing elements to theExtender
.