rsiot::components_config::http_server

Type Alias GetEndpointsHashMap

source
pub type GetEndpointsHashMap<TMsg> = HashMap<String, Box<dyn GetEndpoint<TMsg>>>;
Expand description

Коллекция точек GET

Aliased Type§

struct GetEndpointsHashMap<TMsg> { /* private fields */ }