Searched defs:print_param (Results 1 – 3 of 3) sorted by relevance
67 fn print_param(&mut self, param: &Param<'tcx>, depth_lvl: usize) { in print_param() method
1923 pub fn print_param(&mut self, arg: &hir::Param<'_>) { in print_param() method
1694 pub(crate) fn print_param(&mut self, input: &ast::Param, is_closure: bool) { in print_param() method