Closed tylerfanelli closed 3 years ago
Implementing #31 allowing more convenience for callers. If Indeterminate is a known IoError, the io::Error can simply be returned for context. If not, io::Error::Other is returned.
@tfanelli-rh Please fix the cargo clippy errors. Don't sweat the failing tests, that's an infrastructure thing, not a your-PR-thing.
cargo clippy
Implementing #31 allowing more convenience for callers. If Indeterminate is a known IoError, the io::Error can simply be returned for context. If not, io::Error::Other is returned.