Configuration
Wire type vs app type
| Name | Role |
|---|---|
Decimal (schema composite) | Wire — generated type / price_value() — what is in the buffer |
Cents, rust_decimal::Decimal, … | App — what your code wants to use |
app ──price_from / try_price──► wire Decimal on the buffer
buf ──price_as / try_price──► app value