use fmt;
/// Default error type used by [`Dataset`](crate::Dataset) implementations that don't define
/// their own.
///
/// Wraps any error so that specific dataset error types (e.g. `SqliteDatasetError`) can be
/// converted into it with `?` at call sites that don't care about the concrete error.
;