//! You can implement some of these traits to use an unsupported database
pub use ByteStore;
pub use DataStore;
/// Error returned by [`Vec::extend`](crate::wrapper::Vec::extend) or
/// [`Map::extend`](crate::wrapper::Map::extend). when extending the
/// collection fails.