Type Definition 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))