pub trait DeconvolutedCentroidLike: IndexedCoordinate<Mass> + IntensityMeasurement + KnownCharge {
    // Provided method
    fn as_centroid(&self) -> DeconvolutedPeak { ... }
}
Expand description

A DeconvolutedCentroidLike entity is indexed in the neutral mass coordinate space, has known charge state and an aggregated intensity measurement. Any DeconvolutedCentroidLike can be converted into a DeconvolutedPeak

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§