[][src]Type Definition tantivy::directory::WatchCallback

type WatchCallback = Box<dyn Fn() + Sync + Send>;

Type alias for callbacks registered when watching files of a Directory.