pub trait AxisKindMarker {
type AxisType: AxisInfo;
type Serialization: SerializeFormat<Self>
where Self: Sized;
}Required Associated Types§
type AxisType: AxisInfo
type Serialization: SerializeFormat<Self> where Self: Sized
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".