Skip to main content

OrEager

Type Alias OrEager 

Source
pub type OrEager<A, B> = CombinatorSystem<OrEagerMarker, A, B>;
Expand description

Combines the outputs of two systems using the | operator (short-circuiting).

Aliased Typeยง

pub struct OrEager<A, B> { /* private fields */ }