pub trait ResolveRow<Table> {
type Row;
}Expand description
Given a select marker and a table, determines the default row type R.
Evaluated at .from(table) time.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".