Type Alias rustpython_ast::located::ExprYield
source · pub type ExprYield = ExprYield<SourceRange>;
Aliased Type§
struct ExprYield {
pub range: SourceRange,
pub value: Option<Box<Expr<SourceRange>>>,
}
Fields§
§range: SourceRange
§value: Option<Box<Expr<SourceRange>>>