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 на основе конфигурации
pub fn create_get_endpoints_hashmap<TMsg>(
config_endpoints: &[Box<dyn GetEndpoint<TMsg>>],
) -> HashMap<String, Box<dyn GetEndpoint<TMsg>>>where
TMsg: MsgDataBound,
Создать коллекцию точек GET на основе конфигурации