Expand description

Operator.

Re-exports

pub use facet::facet;
pub use facet::Facet;
pub use map::map;
pub use map::Map;

Modules

Facet combinator.

Map operator.

Then combinator.

Structs

FacetMap combinator.

Traits

Operator.

Operator extension trait.

Functions

Create an operator that apply different operators to the same input, and return the collections of outputs as its output.

Type Definitions

Box Operator.

Local Box Operator, BoxOperator without Send.