macro_rules! task { ($enum:ident { $($variant:ident),* $(,)? }) => { ... }; }
Implements enum wrapper for a single task containing all it’s steps