Skip to main content

if_return_result_from_ensure_ok

Macro if_return_result_from_ensure_ok 

Source
macro_rules! if_return_result_from_ensure_ok {
    ([] $then:tt $no:tt) => { ... };
    ([(return_result_from_ensure_ok) $($modifiers:tt)*] $yes:tt $no:tt) => { ... };
    ([$other:tt $($modifiers:tt)*] $yes:tt $no:tt) => { ... };
}