Type Definition diesel::helper_types::LeftJoin  
source · pub type LeftJoin<Source, Rhs> = <Source as JoinWithImplicitOnClause<Rhs, LeftOuter>>::Output;Expand description
Represents the return type of .left_join(rhs)
pub type LeftJoin<Source, Rhs> = <Source as JoinWithImplicitOnClause<Rhs, LeftOuter>>::Output;Represents the return type of .left_join(rhs)