Function sqlx_serde::serialize_pgrow_as_vec

source ยท
pub fn serialize_pgrow_as_vec<S>(x: &PgRow, s: S) -> Result<S::Ok, S::Error>
where S: Serializer,
Expand description

Can be used with serialize_with