Enum fits_rs::types::ParseKeywordError [] [src]

pub enum ParseKeywordError {
    UnknownKeyword,
    NotANumber,
}

Problems that could occur when parsing a str for a Keyword are enumerated here.

Variants

When a str can not be recognized as a keyword, this error will be returned.

When NAXIS<number> et. al. are parsed where <number> is not an actual number.

Trait Implementations

impl Debug for ParseKeywordError
[src]

Formats the value using the given formatter.