(&self)
| 55 | } |
| 56 | |
| 57 | fn arity(&self) -> Arity { |
| 58 | Arity::Fixed(0) |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | /// Represents a type in a parametrized function; either refers to a type parameter or is an abstract type. |
nothing calls this directly
no outgoing calls
no test coverage detected