Function syn::visit::visit_pat_lit

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