(&self, index: TypeFutureTableIndex)
| 212 | } |
| 213 | |
| 214 | pub fn future_type(&self, index: TypeFutureTableIndex) -> FutureType { |
| 215 | FutureType::from(self.types[index].ty, self) |
| 216 | } |
| 217 | |
| 218 | pub fn stream_type(&self, index: TypeStreamTableIndex) -> StreamType { |
| 219 | StreamType::from(self.types[index].ty, self) |