Crate unwrap [] [src]

Macros

unwrap!

A replacement for calling unwrap() on a Result or Option.

Traits

VerboseUnwrap

Types which can be unwrapped and which may want to print a verbose error message when they are unwrapped incorrectly. This trait is implemented for Result and Option as a replacement for their inherent unwrap methods. This trait is intended to be used via this crate's unwrap! macro.