rsiot::components_config::http_server

Type Alias PutEndpointsHashMap

Source
pub type PutEndpointsHashMap<TMsg> = HashMap<String, Box<dyn PutEndpoint<TMsg>>>;
Expand description

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

Aliased Type§

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