Type Alias rustpython_ast::located::ExprAwait

source ·
pub type ExprAwait = ExprAwait<SourceRange>;

Aliased Type§

struct ExprAwait {
    pub range: SourceRange,
    pub value: Box<Expr<SourceRange>>,
}

Fields§

§range: SourceRange§value: Box<Expr<SourceRange>>

Trait Implementations§