filestat ops

This commit is contained in:
Pat Hickey
2020-12-01 11:57:24 -08:00
parent 52035f51ee
commit beaad53dc0
3 changed files with 115 additions and 9 deletions

View File

@@ -104,6 +104,10 @@ pub enum Error {
/// Errno::Spipe: Invalid seek
#[error("Spipe: Invalid seek")]
Spipe,
/// Errno::NotCapable: Not capable
#[error("Not capable")]
NotCapable,
}
impl From<std::convert::Infallible> for Error {