style_derive::cg

Function fmap_match

source
pub(crate) fn fmap_match<F>(
    input: &DeriveInput,
    bind_style: BindStyle,
    f: F,
) -> TokenStream
where F: FnMut(&BindingInfo<'_>) -> TokenStream,