diesel::dsl

Type Alias 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 */ }