pub type StreamReader<R> = FitsReader<StreamSource<R>>;Expand description
A FitsReader over a seeking byte source (Read + Seek, e.g. a File) — the
type FitsReader::open returns. A friendlier name for FitsReader<StreamSource<R>>.
Aliased Type§
pub struct StreamReader<R> { /* private fields */ }