to_shmem_derive::util

Function fmap2_match

source
pub(crate) fn fmap2_match<F, G>(
    input: &DeriveInput,
    bind_style: BindStyle,
    f: F,
    g: G,
) -> TokenStream