pub fn arb_datum_for_scalar(
scalar_type: &ScalarType,
) -> impl Strategy<Value = PropDatum>
Expand description
Generates an arbitrary PropDatum
for the provided ScalarType
.
pub fn arb_datum_for_scalar(
scalar_type: &ScalarType,
) -> impl Strategy<Value = PropDatum>
Generates an arbitrary PropDatum
for the provided ScalarType
.