pub fn arb_row_for_relation(
desc: &RelationDesc,
) -> impl Strategy<Value = Row> + use<>
Expand description
Returns a Strategy
that yields arbitrary Row
s for the provided RelationDesc
.
pub fn arb_row_for_relation(
desc: &RelationDesc,
) -> impl Strategy<Value = Row> + use<>
Returns a Strategy
that yields arbitrary Row
s for the provided RelationDesc
.