Skip to main content

Crate nice_catch

Crate nice_catch 

Source

Structsยง

Catch
A Catch<T> is a Deref/DerefMut wrapper around a T and a F: FnOnce(T) which calls that function on T in place of drop.