pub type StepTable<'ctx> = Option<&'ctx [&'ctx [&'ctx str]]>;
Alias for the optional step table argument in async wrapper signatures.
pub enum StepTable<'ctx> { None, Some(&'ctx [&'ctx [&'ctx str]]), }
No value.
Some value of type T.
T