pub trait AxisKindMarker {
type AxisType: AxisInfo;
type Serialization: SerializeFormat<Self>
where Self: Sized;
}
pub trait AxisKindMarker {
type AxisType: AxisInfo;
type Serialization: SerializeFormat<Self>
where Self: Sized;
}