macro_rules! errno {
($err:ident) => { ... };
($err:ident, $context:expr) => { ... };
}Expand description
errno returns an Errno struct tagged with the current file name and line number.
Use error! instead if you want the Errno to be wrapped in an Err.