Function 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