Type Alias diesel::helper_types::LeftJoinOn
source ยท pub type LeftJoinOn<Source, Rhs, On> = <Source as InternalJoinDsl<Rhs, LeftOuter, On>>::Output;
Expand description
Represents the return type of .left_join(rhs.on(on))