Type Alias rustpython_ast::located::ExprYieldFrom

source ·
pub type ExprYieldFrom = ExprYieldFrom<SourceRange>;

Aliased Type§

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

Fields§

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

Trait Implementations§