pub type GetEndpointsHashMap<TMsg> = HashMap<String, Box<dyn GetEndpoint<TMsg>>>;
Expand description
Коллекция точек GET
Aliased Type§
struct GetEndpointsHashMap<TMsg> { /* private fields */ }
pub type GetEndpointsHashMap<TMsg> = HashMap<String, Box<dyn GetEndpoint<TMsg>>>;
Коллекция точек GET
struct GetEndpointsHashMap<TMsg> { /* private fields */ }