rsiot::components_config::http_server

Function create_get_endpoints_hashmap

source
pub fn create_get_endpoints_hashmap<TMsg>(
    config_endpoints: &[Box<dyn GetEndpoint<TMsg>>],
) -> HashMap<String, Box<dyn GetEndpoint<TMsg>>>
where TMsg: MsgDataBound,
Expand description

Создать коллекцию точек GET на основе конфигурации