Trait fitsio::ReadsCol [] [src]

pub trait ReadsCol {
    fn read_col(fits_file: &FitsFile, name: &str) -> Result<Vec<Self>> where Self: Sized;
}

Trait for reading a fits column

Required Methods

Implementors