(x float32)
| 19 | } |
| 20 | |
| 21 | func VariantError(x float32) Result[float32, imports.E3] { |
| 22 | return imports.VariantError(x) |
| 23 | } |
| 24 | |
| 25 | func EmptyError(x uint32) Result[uint32, Unit] { |
| 26 | return imports.EmptyError(x) |
nothing calls this directly
no test coverage detected