pub type Result<T> = Result<T, Box<dyn Error + Send + Sync>>;
A specialized result type representing the result of deserializing a value from the database.