diesel::helper_types

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