Type Definition event_driven_library::messagebus::Future

source ·
pub type Future<T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send>>;