diesel::dsl

Type Alias row_to_json

Source
pub type row_to_json<R> = row_to_json<SqlTypeOf<R>, R>;
Available on crate feature postgres_backend only.
Expand description

Return type of row_to_json(record)

Aliased Typeยง

struct row_to_json<R> { /* private fields */ }