mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-24 19:10:22 +00:00
The `try_from` field attribute in `FromRow` uses `__spec_error` to generate a column decode error. The `spec_error` is currently gated behind the macros feature flag only, but should also be available when using only `derive`.