(this: &Self, that: &Self, _ctx: &mut Self::Context)
| 118 | } |
| 119 | |
| 120 | fn equal(this: &Self, that: &Self, _ctx: &mut Self::Context) -> bool { |
| 121 | this == that |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | /// Represents the arity of a [Variant] or [ContextSensitiveVariant]. |
nothing calls this directly
no outgoing calls
no test coverage detected