Expand description
ValidationError variants and human-readable formatting.
All types here use plain Rust strings — no syn/proc-macro2 token types.
The proc-macro shell converts these into compile_error! token streams.
Enums§
- Validation
Error - The result of validating one
query_as!/query_scalar!invocation.