Module advanced

Module advanced 

Source
Expand description

Advanced API level for library authors Advanced API level for library authors and power users.

This module exposes internal structures and low-level building blocks. Use these types when you need to extend the library or build custom error abstractions.

Re-exportsยง

pub use crate::types::composable_error::ComposableError;
pub use crate::types::ErrorVec;
pub use crate::types::error_context::ErrorContextBuilder;
pub use crate::types::error_context::GroupContext;
pub use crate::types::error_context::Location;
pub use crate::types::lazy_context::LazyContext;
pub use crate::types::lazy_context::LazyGroupContext;
pub use crate::types::error_pipeline::ErrorPipeline;