[−][src]Macro diesel::diesel_postfix_operator
Useful for libraries adding support for new SQL types. Apps should never need to call this.
Similar to diesel_infix_operator!
, but the generated type will only take
a single argument rather than two. The operator SQL will be placed after
the single argument. See diesel_infix_operator!
for example usage.