Struct cronparse::CrontabFileError [] [src]

pub struct CrontabFileError {
    pub lineno: usize,
    pub line: Option<String>,
    pub kind: CrontabFileErrorKind,
}

Fields

Trait Implementations

impl Debug for CrontabFileError
[src]

Formats the value using the given formatter.

impl From<Error> for CrontabFileError
[src]

Performs the conversion.

impl From<CrontabEntryParseError> for CrontabFileError
[src]

Performs the conversion.

impl Error for CrontabFileError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for CrontabFileError
[src]

Formats the value using the given formatter. Read more