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

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

Represents the return type of .left_join(rhs)