Type Alias reactive_graph::PinnedFuture

source ·
pub type PinnedFuture<T> = Pin<Box<dyn Future<Output = T> + Send + Sync>>;

Aliased Type§

struct PinnedFuture<T> { /* private fields */ }