Enum cronparse::CrontabFileErrorKind [] [src]

pub enum CrontabFileErrorKind {
    Io(Error),
    Parse(CrontabEntryParseError),
}

Variants

Trait Implementations

impl Debug for CrontabFileErrorKind
[src]

Formats the value using the given formatter.

impl Display for CrontabFileErrorKind
[src]

Formats the value using the given formatter. Read more