Struct syn::ExprYield [−][src]
A yield expression: yield expr
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
yield_token: Yield
expr: Option<Box<Expr>>
Trait Implementations
impl Synom for ExprYield
[src]
[+]
impl Synom for ExprYield
impl ToTokens for ExprYield
[src]
[+]
impl ToTokens for ExprYield
impl Clone for ExprYield
[src]
[+]
impl Clone for ExprYield
impl From<ExprYield> for Expr
[src]
[+]
impl From<ExprYield> for Expr