pub fn subscribe_changes_at(
path: PathBuf,
keys: Vec<String>,
) -> Result<Receiver<Option<PluginConfigChange>>>Expand description
Testable implementation of subscribe_changes for an explicit path.
pub fn subscribe_changes_at(
path: PathBuf,
keys: Vec<String>,
) -> Result<Receiver<Option<PluginConfigChange>>>Testable implementation of subscribe_changes for an explicit path.