StepExprS

Type Alias StepExprS 

Source
pub type StepExprS = Spanned<StepExpr>;

Aliased Type§

pub struct StepExprS {
    pub value: StepExpr,
    pub span: SimpleSpan,
}

Fields§

§value: StepExpr§span: SimpleSpan