Skip to main content

FlatMapErr

Type Alias FlatMapErr 

Source
type FlatMapErr<T> = ConsolidatingContainerBuilder<Vec<(DataflowErrorSer, T, Diff)>>;
Expand description

Output err-session container builder for flat_map_stage.

Aliased Typeยง

struct FlatMapErr<T> { /* private fields */ }