// error #[derive(thiserror::Error)] // the rest #[derive(Debug)] pub enum Error { #[error("Database: {0}")] Database(#[from] database::Error), }