pub type ProcFuture<'a> = Pin<Box<dyn Future<Output = Result<(), RuntimeError>> + Send + 'a>>;Expand description
Boxed future returned by Runnable::process_start.
Aliased Typeยง
pub struct ProcFuture<'a> { /* private fields */ }pub type ProcFuture<'a> = Pin<Box<dyn Future<Output = Result<(), RuntimeError>> + Send + 'a>>;Boxed future returned by Runnable::process_start.
pub struct ProcFuture<'a> { /* private fields */ }