Trait cronparse::crontab::ToCrontabEntry [] [src]

pub trait ToCrontabEntry: FromStr<Err=CrontabEntryParseError> {
    fn to_crontab_entry(self) -> CrontabEntry;
}

Required Methods

Implementors