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