(&self)
| 134 | /// stored given that a single key may have more than one associated value. |
| 135 | #[inline] |
| 136 | fn len(&self) -> usize { |
| 137 | self.0.len() |
| 138 | } |
| 139 | |
| 140 | /// Returns the number of keys stored in the map. |
| 141 | /// |
no outgoing calls
no test coverage detected