Crate diverge [] [src]

Macros

diverge!

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

Enums

Fork

A type that is used to determine whether the outer function should continue execution or end with a conclusion value.