//! `structs that implement this trait, can directly be mapped.
usesuper::TableMapper;/// This trait is implemented for every Toql derived `struct`.
/// See documentation on [TableMapper] to see how it is used.
pubtraitMapped{fntable_name()-> String;fntable_alias()-> String;fntype_name()-> String;fnmap(mapper:&mut TableMapper)->crate::result::Result<()>;// Map entity fields
}