pub type On<Source, On> = OnClauseWrapper<Source, On>;
Represents the return type of rhs.on(on)
rhs.on(on)
struct On<Source, On> { /* private fields */ }