l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
521 stars 132 forks source link

nokhwa_initialize callback should be FnOnce not Fn #109

Open RReverser opened 1 year ago

RReverser commented 1 year ago

Accepting only borrowed variant of Fn makes it hard to use in some situations, e.g. with one-shot channels, as Rust complains that it can't move out of variables in a borrowed closure.