errno_from_code

Macro errno_from_code 

Source
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.