pub trait OutputData<Table> {
type SelectProvider;
}Expand description
Support trait providing fields information for query validation.
Implemented by the Output derive macro and used internally by the query
macros.
pub trait OutputData<Table> {
type SelectProvider;
}Support trait providing fields information for query validation.
Implemented by the Output derive macro and used internally by the query
macros.