rustc_ast::visit

Function walk_enum_def

source
pub fn walk_enum_def<'a, V: Visitor<'a>>(
    visitor: &mut V,
    _: &'a EnumDef,
) -> V::Result