Crate assert_panic_free[][src]

Functions

assert_panic_free

A lightweight higher-order-function that doesn’t compile if a function you pass to it might panic. This probably wont’ work unless you’re compiling your code with optimizations enabled.