syn::gen::visit

Function visit_expr_const

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