1 unstable release
Uses old Rust 2015
0.1.0 | Jan 22, 2018 |
---|
#15 in #partial-ord
8KB
99 lines
os_error
Struct OsError
represents only the OS error part of std::io::Error
.
OsError
implements Clone
, Copy
, PartialEq
, PartialOrd
, Eq
, Ord
, Display
, Debug
, Hash
, TryFrom<std::io::Error>
and Into<std::io::Error>
.
Please read the API documentation.
License
os_error is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.