Enum cronparse::CrontabFileErrorKind [] [src]

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

Variants

Io(Error)Parse(CrontabEntryParseError)

Trait Implementations

impl Debug for CrontabFileErrorKind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for CrontabFileErrorKind
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.