Skip to main content

SliceReader

Type Alias SliceReader 

Source
pub type SliceReader<'a> = FitsReader<SliceSource<'a>>;
Expand description

A FitsReader over an in-memory byte slice — the type FitsReader::from_bytes returns. The lifetime is that of the borrowed bytes.

Aliased Type§

pub struct SliceReader<'a> { /* private fields */ }