syn::visit

Function visit_pat_range

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