pub type RawValue<'a, DB> = <DB as HasRawValue<'a>>::RawValue;
A helper type to get the raw representation of a database type given to FromSql. Equivalent to <DB as Backend>::RawValue<'a>.
FromSql
<DB as Backend>::RawValue<'a>