try_cf

Macro try_cf 

Source
macro_rules! try_cf {
    { $($token:tt)* } => { ... };
}
Expand description

Like try_block, but specificially for [ControlFlow]. This aids type inference.