macro_rules! maybe { ($e:expr) => { ... }; }
Performs the same fault injection as fallible but does not early-return, and does not try to convert the injected io::Error using the ? operator.
fallible
io::Error
?