Macro blunder::maybe_fail [] [src]

macro_rules! maybe_fail {
    ($expr:expr) => { ... };
}

Macro helper to propagate an error if there is one. See BsdError::from_errno() for inpsiration.