Skip to main content

install_log_reloader

Function install_log_reloader 

Source
pub fn install_log_reloader<F>(reload: F)
where F: Fn(&str) -> Result<(), String> + Send + Sync + 'static,