fn backend_error<E>(op: &'static str) -> impl FnOnce(E) -> ResolverErrorwhere E: Error + Send + Sync + 'static,