Type Alias actorlib::CallbackFuture

source ·
pub type CallbackFuture<O> = Pin<Box<dyn Future<Output = O> + Send>>;