Type Definition actor_lib::CallbackFuture

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