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

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

Represents the return type of .left_join(rhs)