pub type ThrottleConfig = HashMap<FragmentId, HashMap<ActorId, Option<u32>>>;
struct ThrottleConfig { /* private fields */ }