Function crond::read_crontab[][src]

pub fn read_crontab<P>(path: P) -> Result<Vec<Task>> where
    P: AsRef<Path>,