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.
Required Associated Types§
type SelectProvider
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".