Function rustc_ast::visit::walk_closure_binder

source ·
pub fn walk_closure_binder<'a, V: Visitor<'a>>(
    visitor: &mut V,
    binder: &'a ClosureBinder
) -> V::Result