Type Alias ThrottleConfig

Source
pub type ThrottleConfig = HashMap<FragmentId, HashMap<ActorId, Option<u32>>>;

Aliased Typeยง

struct ThrottleConfig { /* private fields */ }