[][src]Function syn::visit::visit_expr_yield

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