Type Alias mzdata::io::thermo::ThermoRawReader

source ·
pub type ThermoRawReader = ThermoRawReaderType<CentroidPeak, DeconvolutedPeak>;
Expand description

A convenience alias for ThermoRawReaderType with peak types specified.

Aliased Type§

struct ThermoRawReader {
    pub path: PathBuf,
    pub detail_level: DetailLevel,
    /* private fields */
}

Fields§

§path: PathBuf§detail_level: DetailLevel