Trait diesel::JoinTo [] [src]

pub trait JoinTo<T: Table>: 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