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

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

Represents the return type of .left_join(rhs)