pub type ProcedureManagerRef = Arc<dyn ProcedureManager>;
Expand description
Ref-counted pointer to the ProcedureManager.
Aliased Typeยง
struct ProcedureManagerRef { /* private fields */ }
pub type ProcedureManagerRef = Arc<dyn ProcedureManager>;
Ref-counted pointer to the ProcedureManager.
struct ProcedureManagerRef { /* private fields */ }