pub fn fold_impl_item_const<F>(f: &mut F, node: ImplItemConst) -> ImplItemConst where
    F: Fold + ?Sized
Available on crate feature fold only.