hannobraun / inotify-rs

Idiomatic inotify wrapper for the Rust programming language
ISC License
261 stars 65 forks source link

Make `Event::into_owned` always available #179

Closed i509VCB closed 3 years ago

i509VCB commented 3 years ago

This allows Event::into_owned to be used independent of the stream feature being enabled. Only a partial resolution to #178 since a future rust version will be needed to implement ToOwned since Event is Clone