Module typed

Module typed 

Source
Expand description

Typed error handling, a facade for thiserror. Typed error handling, a facade for thiserror.

**Note: ** When using #[ derive( Error ) ] or other thiserror macros, thiserror must be explicitly present in the namespace. This can be achieved by adding use error_tools ::dependency ::thiserror; or use thiserror; in your module, depending on your project’s setup.

Derive Macros§

Error