OrchestrationHandlerRef

Type Alias OrchestrationHandlerRef 

Source
pub type OrchestrationHandlerRef = Arc<dyn OrchestrationHandler>;
Expand description

Shared reference to an OrchestrationHandler

Aliased Typeยง

pub struct OrchestrationHandlerRef { /* private fields */ }