Function opendal::raw::new_std_io_error

source ·
pub fn new_std_io_error(err: Error) -> Error
Expand description

Parse std io error into opendal::Error.

§TODO

Add NotADirectory and IsADirectory once they are stable.

ref: https://github.com/rust-lang/rust/issues/86442