Type Definition diesel::backend::RawValue

source · []
pub type RawValue<'a, DB> = <DB as HasRawValue<'a>>::RawValue;
Expand description

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