[][src]Function func_wrap::parse_and_func_wrap_with

pub fn parse_and_func_wrap_with(
    input: impl Into<TokenStream>,
    with: impl FnMut(&mut ImplItemMethod, Option<WrappedFuncCall<'_>>) -> Result<()>
) -> Result<Item>