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