Skip to main content

ExecuteNodeFuture

Type Alias ExecuteNodeFuture 

Source
type ExecuteNodeFuture = Pin<Box<dyn Future<Output = bool> + Send + 'static>>;

Aliased Typeยง

#[repr(transparent)]
struct ExecuteNodeFuture { /* private fields */ }