Module std

Source
Available on crate feature std only.
Expand description

Adapters to/from std::io traits.

Structs§

FromStd
Adapter from std::io traits.
ToStd
Adapter to std::io traits.

Functions§

to_std_error
Convert a embedded-io error to a std::io::Error