Skip to main content

parse_and_func_wrap_with

Function parse_and_func_wrap_with 

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