//! Trait to index database rows for faster merging.
use crateFieldPath;
use ;
/// The trait indexes all rows for nested structs.
/// It deserializes the entity key from the row array and saves its array index.
///
/// The trait is implemented by the Toql derive for structs that can be deserialize from rows
/// R is a database row type , E the database error