[][src]Function syn::fold::fold_impl_item_method

pub fn fold_impl_item_method<F: ?Sized>(
    f: &mut F,
    node: ImplItemMethod
) -> ImplItemMethod where
    F: Fold