pub type FileChangeCallback = Box<dyn Fn(&str, FileChange) + Send + Sync>;Expand description
Callback type for file change notifications.
Used by [KnowledgeLens] to keep the semantic index in sync.
Aliased Type§
pub struct FileChangeCallback(/* private fields */);