create_hotloader

Function create_hotloader 

Source
pub fn create_hotloader<T: 'static>(
    path: &Path,
    label: &'static str,
    driver: Weak<Driver>,
) -> Result<RecommendedWatcher>