1//! Windows-specific implementation for the observer. 2 3pub mod error; 4mod event_interpreter; 5mod hook_task; 6pub mod observer;