syn::visit

Function visit_vis_public

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