Crate diverge [] [src]

Macros

diverge

Aborts the outer function if given Some by returning its value, or continues the function if given None. This is particularly useful for understandable extension injection site specification.