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