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 */ }pub type PinnedFuture<T> = Pin<Box<dyn Future<Output = T> + Send + Sync>>;struct PinnedFuture<T> { /* private fields */ }