Type Definition diesel::dsl::InnerJoin [] [src]

type InnerJoin<Source, Rhs> = <Source as JoinWithImplicitOnClause<Rhs, Inner>>::Output;

Represents the return type of .inner_join(rhs)