Type Alias bevy::ecs::schedule::AndThen

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

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

Aliased Typeยง

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