beam-compiler #6263
|
` impl BeamCompilerInstance { In this gleam's source code I think, we can change stdout type as a enum. And then we can write this code much more predictable match self.stdout { |
Replies: 1 comment
|
That string comes from the stdio of a child OS process, it is not from elsewhere in the Rust program so it cannot be a Rust enum. |
That string comes from the stdio of a child OS process, it is not from elsewhere in the Rust program so it cannot be a Rust enum.