Type Alias diesel::helper_types::InnerJoin
source ยท pub type InnerJoin<Source, Rhs> = <Source as JoinWithImplicitOnClause<Rhs, Inner>>::Output;
Expand description
Represents the return type of .inner_join(rhs)
pub type InnerJoin<Source, Rhs> = <Source as JoinWithImplicitOnClause<Rhs, Inner>>::Output;
Represents the return type of .inner_join(rhs)