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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprYield
impl UnwindSafe for ExprYield