(u: KUniv<M>, mdata: M::MField<Vec<MData>>)
| 304 | |
| 305 | impl<M: KernelMode> PartialEq for KExpr<M> { |
| 306 | fn eq(&self, other: &Self) -> bool { |
| 307 | self.structural_eq(other) |
| 308 | } |
| 309 | } |
| 310 | |
| 311 | impl<M: KernelMode> Eq for KExpr<M> {} |
| 312 |
nothing calls this directly
no test coverage detected