Function build_transparent_fn

Source
fn build_transparent_fn(
    enum_name: Ident,
    variants: &[ErrorVariant],
) -> TokenStream