Trait mzdata::spectrum::CentroidPeakAdapting

source ·
pub trait CentroidPeakAdapting: CentroidLike + Default + From<CentroidPeak> { }
Expand description

A blanket trait that ties together all the assumed behaviors of an m/z coordinate centroid peak

Object Safety§

This trait is not object safe.

Implementors§