macro_rules! errno_from_zxio_code {
($err:expr) => { ... };
}Expand description
errno_from_zxio_code returns an Errno struct with the given error code and is
tagged with the current file name and line number.
macro_rules! errno_from_zxio_code {
($err:expr) => { ... };
}errno_from_zxio_code returns an Errno struct with the given error code and is
tagged with the current file name and line number.