Skip to content
Snippets Groups Projects
  • Maaz Ahmed's avatar
    fix: remove static bounds on query fn params · e25bd94a
    Maaz Ahmed authored
    This fixes the compiler complaining about the arguments not living long enough or escaping the function.
    Now the query functions can take external arguments and compose well together.
    
    Fixes #28
    e25bd94a