Function syntax::ast_util::walk_patUnstable [-] [+] [src]

pub fn walk_pat<F>(pat: &Pat, it: F) -> bool where F: FnMut(&Pat) -> bool