Type Alias BoxedProcessFn
pub type BoxedProcessFn = Box<dyn FnOnce() -> Pin<Box<dyn Future<Output = ()> + Send>> + Send>;Expand description
Type alias for a boxed function returning a boxed future.
Aliased Typeยง
pub struct BoxedProcessFn(/* private fields */);