Type Definition bevy_ecs::schedule::AndThen

source ·
pub type AndThen<A, B> = CombinatorSystem<AndThenMarker, A, B>;
Expand description

Combines the outputs of two systems using the && operator.