pub use error_stack::{Report, ResultExt}; #[derive(Debug, thiserror::Error)] #[error("An error occurred")] pub struct Error; pub type Result> = core::result::Result;