//! Background readiness types opaque_future! { /// Response future from [`SpawnReady`] services. /// /// [`SpawnReady`]: crate::spawn_ready::SpawnReady pub type ResponseFuture = futures_util::future::MapErr crate::BoxError>; }