Type Alias ruva::Future

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

Aliased Type§

struct Future<E> {}