Provides shared error handling helpers for Rust applications.
Haixing Hu
pub use lang::error::BoxError;
pub use lang::error::BoxResult;
pub use lang::error::DynError;
pub use lang::error::IntoBoxError;