syn::visit

Function visit_expr_yield

source
pub fn visit_expr_yield<'ast, V>(v: &mut V, node: &'ast ExprYield)
where V: Visit<'ast> + ?Sized,