macro_rules! implement_mz_coord {
    ($t:ty) => { ... };
}
Expand description

A set of code generation macros to make a type behave as CentroidLike or DeconvolutedCentroidLike.