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