Skip to main content

FileChangeCallback

Type Alias FileChangeCallback 

Source
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 */);