Type Definition fitsio::errors::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Handy error type for use internally