Trait mzdata::spectrum::DeconvolutedPeakAdapting

source ·
pub trait DeconvolutedPeakAdapting: DeconvolutedCentroidLike + Default + From<DeconvolutedPeak> { }
Expand description

A blanket trait that ties together all the assumed behaviors of an neutral mass coordinate centroid peak

Object Safety§

This trait is not object safe.

Implementors§