syn::visit

Function visit_pat_lit

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