pub fn arb_relation_desc_diff(
source: &RelationDesc,
) -> impl Strategy<Value = Vec<PropRelationDescDiff>> + use<>
Expand description
Generates a set of PropRelationDescDiff
s based on some source RelationDesc
.
pub fn arb_relation_desc_diff(
source: &RelationDesc,
) -> impl Strategy<Value = Vec<PropRelationDescDiff>> + use<>
Generates a set of PropRelationDescDiff
s based on some source RelationDesc
.