[][src]Macro try_guard::verify

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

A version of guard! that doesn’t shortcut.

The advantage of this macro over guard! is to allow you to manipulate the resulting Option.