Crate listen

Crate listen 

Source
Expand description

A filesystem listener.

listen listens for filesystem events and executes a function when the event occurs.

Structs§

Listener
A Listener

Enums§

Event
Event enumerates the possible filesystem events that can be listened for.

Functions§

listen
This function takes a path to listen on, the event to listen for, and a function to execute when that event happens.