1//! Error handling utilities for access-protocol. 2//! 3//! Re-exports the `ap_error` proc macro and provides the `FlatError` trait. 4 5pub mod flat_error; 6 7pub use ap_error_macro::ap_error;