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