// Removed unused imports Report and ResultExt #[derive(Debug, thiserror::Error)] #[error("An error occurred")] pub struct Error; pub type Result> = core::result::Result;