Make a new [TypeVar] that includes all types wider than self.
(&self)
| 266 | |
| 267 | /// Make a new [TypeVar] that includes all types wider than self. |
| 268 | pub fn wider(&self) -> TypeVar { |
| 269 | self.derived(DerivedFunc::Wider) |
| 270 | } |
| 271 | } |
| 272 | |
| 273 | impl From<&TypeVar> for TypeVar { |