pub type Or<A, B> = CombinatorSystem<OrMarker, A, B>;
Expand description
Combines the outputs of two systems using the ||
operator.
Aliased Typeยง
struct Or<A, B> { /* private fields */ }
pub type Or<A, B> = CombinatorSystem<OrMarker, A, B>;
Combines the outputs of two systems using the ||
operator.
struct Or<A, B> { /* private fields */ }