Function derive_enum_variant_method

Source
pub fn derive_enum_variant_method(
    item: TokenStream,
    method_kind: EnumMethodKind,
) -> TokenStream
Expand description

Generic helper for EnumIsA and EnumAsGetters. This generates one function per variant.