Expand description

The most important types to use

This prelude re-exports common, most frequently used types from the crate. It is intended to reduce the amount of imports, glob-importing the prelude instead:

use wurm::prelude::*;

Traits

Integration between Option and Warn

Integration between Result and Warn

Sink to which the non-fatal errors of type E can be written

Extension methods for trait Warn