Type Alias hotshot_types::BoxSyncFuture

source ·
pub type BoxSyncFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + Sync + 'a>>;
Expand description

Pinned future that is Send and Sync

Aliased Type§

struct BoxSyncFuture<'a, T> { /* private fields */ }