pub trait TextOrNullableText { }
Marker trait used to implement PgTextExpressionMethods on the appropriate types. Once coherence takes associated types into account, we can remove this trait.
PgTextExpressionMethods