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>>>
pub type ExprYield = ExprYield<SourceRange>;
struct ExprYield {
pub range: SourceRange,
pub value: Option<Box<Expr<SourceRange>>>,
}
range: SourceRange
§value: Option<Box<Expr<SourceRange>>>