Skip to main content

Module operation

Module operation 

Source
Expand description

Condition helpers — build eq-conditions for Table<RestApi, _> and peel them apart at the list_values boundary into URL query params.

Why not the standard Operation::eq from vantage-table? That trait is blanket-implemented for all Expressive<T>, but the value-side Expressive<ciborium::Value> impls for primitive types live in foreign crates — we can’t add them ourselves. So we ship a focused eq_condition helper that produces the same expression shape directly.

Functions§

eq_condition
Build an eq condition field = value for Table<RestApi, _>.