Type Alias diesel::dsl::On

source ·
pub type On<Source, On> = OnClauseWrapper<Source, On>;
Expand description

Represents the return type of rhs.on(on)

Aliased Type§

struct On<Source, On> { /* private fields */ }