set-error
A very simple trait that overwrites errors with Strings for Results and Options.
When used with the ? operator it makes a nice pattern.
open
.set_error?
.read_to_string
.set_error?;
A very simple trait that overwrites errors with Strings for Results and Options.
When used with the ? operator it makes a nice pattern.
open
.set_error?
.read_to_string
.set_error?;