pub fn arb_datum_for_column(
column_type: SqlColumnType,
) -> impl Strategy<Value = PropDatum>
Expand description
Generates an arbitrary PropDatum
for the provided SqlColumnType
.
pub fn arb_datum_for_column(
column_type: SqlColumnType,
) -> impl Strategy<Value = PropDatum>
Generates an arbitrary PropDatum
for the provided SqlColumnType
.