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

pub trait JoinTo<T> { }

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