Retrieve the value type of this `map`.
(&self)
| 362 | |
| 363 | /// Retrieve the value type of this `map`. |
| 364 | pub fn value(&self) -> Type { |
| 365 | Type::from(&self.0.types[self.0.index].value, &self.0.instance()) |
| 366 | } |
| 367 | } |
| 368 | |
| 369 | /// A field declaration belonging to a `record` |
no test coverage detected