syn::gen::visit

Function visit_item_const

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