Type Alias AsyncWith

Source
pub type AsyncWith = With;

Aliased Type§

pub struct AsyncWith {
    pub span: Span,
    pub items: Vec<WithItem>,
    pub body: Vec<Statement>,
}

Fields§

§span: Span§items: Vec<WithItem>§body: Vec<Statement>