Skip to main content

StartedCallback

Type Alias StartedCallback 

Source
pub type StartedCallback = Box<dyn Fn(ProcessManager, ProcessKey, bool) -> ReturnFuture + Send + Sync + 'static>;

Aliased Typeยง

pub struct StartedCallback(/* private fields */);