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
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".