Type Definition diesel::types::ToSqlOutput

source · []
pub type ToSqlOutput<'a, T, DB> = Output<'a, T, DB>;
👎 Deprecated since 1.1.0:

Use serialize::Output instead