fn prepare<'a, R: Runtime>(
watcher: &mut FileWatcherBuilder<R>,
sources: &'a ConfigurationSources,
) -> Result<FoundConfigFiles<'a>>
Expand description
Find the configuration files and prepare the watcher
fn prepare<'a, R: Runtime>(
watcher: &mut FileWatcherBuilder<R>,
sources: &'a ConfigurationSources,
) -> Result<FoundConfigFiles<'a>>
Find the configuration files and prepare the watcher