(x float32)
| 7 | ) |
| 8 | |
| 9 | func StringError(x float32) Result[float32, string] { |
| 10 | return imports.StringError(x) |
| 11 | } |
| 12 | |
| 13 | func EnumError(x float32) Result[float32, imports.E] { |
| 14 | return imports.EnumError(x) |
nothing calls this directly
no test coverage detected