pub type Response = Response200;
pub struct Response { pub used: IndexMap<CompactString, Vec<UsedPort>>, }
used: IndexMap<CompactString, Vec<UsedPort>>