Crate pass_by_catastrophe

Crate pass_by_catastrophe 

Source

Macros§

catastrophe
Catastrophic evaluation: Evaluates an expression that always panics, catches the stack unwind, tries to downcast it to the given T, and returns that if successful, else it continues unwinding with the unknown value. This macro allows for several expressions to be passed, and in that case it will evaluate to a tuple

Traits§

Catastrophic
Represents a catastrophic value (’static + Send)
DisasterWaitingToHappen
Represents a function that returns a catastrophic value by panicking and is unwind safe)