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