rustc_ast::visit

Function walk_variant

source
pub fn walk_variant<'a, V>(visitor: &mut V, variant: &'a Variant) -> V::Result
where V: Visitor<'a>,