We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FsEventCallback
1 parent 7514bf1 commit 5e08575Copy full SHA for 5e08575
src/lib.rs
@@ -33,8 +33,6 @@ pub struct Event {
33
pub path: String,
34
}
35
36
-pub type FsEventCallback = fn(Vec<Event>);
37
-
38
// Synchronize with
39
// /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Headers/FSEvents.h
40
bitflags! {
0 commit comments