Trait diesel::query_source::JoinTo [] [src]

pub trait JoinTo<T: Table, JoinType>: Table { }

Indicates that two tables can be used together in a JOIN clause. Implementations of this trait will be generated for you automatically by the association annotations from codegen.

Implementors