expand_enum

Function expand_enum 

Source
fn expand_enum(
    input: &DeriveInput,
    trait_name: &'static str,
) -> Result<TokenStream>