Struct fitsio::FitsError [] [src]

pub struct FitsError { /* fields omitted */ }

Error type

cfitsio passes errors through integer status codes. This struct wraps this and its associated error message.

Trait Implementations

impl Debug for FitsError
[src]

Formats the value using the given formatter.

impl PartialEq for FitsError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FitsError
[src]