Macros§
- fail
- Shorthand for
std::process::exit - handle_
err - Shorthand to handle
Option<T>andResult<T, E>
Derive Macros§
- Errors
- Derive macro to simplify error type implementation. Implements [
std::fmt::Display], [std::error::Error] for the derived Type.