Skip to main content

OutputData

Trait OutputData 

Source
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§

Implementations on Foreign Types§

Source§

impl<T: OutputData<Table>, Table> OutputData<Table> for Option<T>

Source§

impl<T: OutputData<Table>, Table> OutputData<Table> for Vec<T>

Source§

impl<Table> OutputData<Table> for ()

Implementors§