pub trait IntoRaw<'a> { // Required method fn raw(self) -> Raw<'a>; }
Converts the value into a state to skip parameterization.
Must be used carefully to avoid SQL injections.