Skip to main content

StepTable

Type Alias StepTable 

Source
pub type StepTable<'ctx> = Option<&'ctx [&'ctx [&'ctx str]]>;
Expand description

Alias for the optional step table argument in async wrapper signatures.

Aliased Type§

pub enum StepTable<'ctx> {
    None,
    Some(&'ctx [&'ctx [&'ctx str]]),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'ctx [&'ctx [&'ctx str]])

Some value of type T.