io
Method
This is a method of the Error class in the error module.Create an IO error from a string message
Signature
Parameters
No description available.
Returns
The result of the operation.
io: Create an IO error from a string message
This is a method of the Error class in the error module.Create an IO error from a string message
def io(msg: impl Into<String>) -> Self