Type Definition diesel::helper_types::InnerJoinOn

source ·
pub type InnerJoinOn<Source, Rhs, On> = <Source as InternalJoinDsl<Rhs, Inner, On>>::Output;
Expand description

Represents the return type of .inner_join(rhs.on(on))