macro_rules! spawn_key { ($i:ident) => { ... }; ($($i:ident),*) => { ... }; }
A convenient macro for defining static SpawnKeys.
SpawnKey
spawn_key!(FOO); spawn_key!(BAR, BAZ);