//! Trait to merge database rows into entities.
use crate::;
use HashMap;
/// The trait allows to merge rows into nested structs.
///
/// Trait is implemented by The Toql derive for structs that can deserialize from rows.
/// R is database specific row.