mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-09 19:20:09 -04:00
I mistakenly thought these had to be monomorphized. (The FnOnce still does, until rust-lang/rfcs#1909 is implemented.) Turns out this way works fine. It should result in less compile time / code size, though I didn't check this.