Type Definition diesel::dsl::LeftJoin[][src]

pub type LeftJoin<Source, Rhs> = <Source as JoinWithImplicitOnClause<Rhs, LeftOuter>>::Output;
Expand description

Represents the return type of .left_join(rhs)