query_debug!() { /* proc-macro */ }Expand description
Debug version of query! that prints the generated code and panics.
Useful for inspecting macro expansion during development.
query_debug!() { /* proc-macro */ }Debug version of query! that prints the generated code and panics.
Useful for inspecting macro expansion during development.