Skip to main content

ModuleApi

Type Alias ModuleApi 

Source
type ModuleApi = BTreeMap<ModuleInstanceId, BTreeMap<String, ApiEndpoint<DynServerModule>>>;

Aliased Typeยง

struct ModuleApi { /* private fields */ }