pub fn create_put_endpoints_hashmap<TMsg>(
config_endpoints: &[Box<dyn PutEndpoint<TMsg>>],
) -> HashMap<String, Box<dyn PutEndpoint<TMsg>>>where
TMsg: MsgDataBound,
Expand description
Создать коллекцию точек PUT на основе конфигурации
pub fn create_put_endpoints_hashmap<TMsg>(
config_endpoints: &[Box<dyn PutEndpoint<TMsg>>],
) -> HashMap<String, Box<dyn PutEndpoint<TMsg>>>where
TMsg: MsgDataBound,
Создать коллекцию точек PUT на основе конфигурации