Skip to main content

ProcedureRegistry

Type Alias ProcedureRegistry 

Source
pub type ProcedureRegistry = HashMap<String, ProcedureDefinition>;
Expand description

Procedure definitions keyed by fully-qualified name.

Aliased Type§

pub struct ProcedureRegistry { /* private fields */ }