Function syn::visit::visit_label

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