macro_rules! try_cf { { $($token:tt)* } => { ... }; }
Like try_block, but specificially for [ControlFlow]. This aids type inference.
try_block
ControlFlow