Trait fitsio::headers::ReadsKey

source ·
pub trait ReadsKey { }
Expand description

Trait applied to types which can be read from a FITS header

This is currently:

  • i32
  • i64
  • f32
  • f64
  • String

Implementations on Foreign Types

Implementors