Enum rotor_tools::compose::Spawn  
                   
                       [−]
                   
               [src]
pub enum Spawn<S: Spawner> {
    Spawner(S),
    Child(S::Child),
}Composes two state machines where of the state machines spawns multiple instances of another one
Variants
| Spawner | ||
| Child |