[][src]Module witcher::prelude

Import all essential symbols in a simple consumable way

Examples

use witcher::prelude::*;

Re-exports

pub use super::bail;
pub use super::err;
pub use super::match_err;
pub use super::wrap;
pub use super::Result;
pub use super::WITCHER_COLOR;
pub use super::WITCHER_FULLSTACK;

Structs

Error

Error is a wrapper providing additional context and chaining of errors.

TypeId

A TypeId represents a globally unique identifier for a type.

Traits

Wrapper

Define the wrap function for Result types