Struct syn::ExprYield [−][src]
pub struct ExprYield { /* fields omitted */ }
Expand description
A yield expression: yield expr
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprYield { /* fields omitted */ }
A yield expression: yield expr
.
This type is available only if Syn is built with the "full"
feature.