//! Convenient super trait for function [load](crate::toql_api::ToqlApi::load_many).
use crate::;
/// Bind generic types to this trait when writing database independend functions.
///
/// See example on [ToqlApi](crate::toql_api::ToqlApi)
/// and on [load_many](crate::toql_api::ToqlApi::load_many).
/// Must be bound with the row and error type of the database backend.