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