pub trait ConvertVectorFeatureS2<M: Clone = (), P: Clone + Default = Properties, D: Clone + Default = MValue> {
// Required method
fn to_wm(&self) -> Self;
}Expand description
Underlying conversion mechanic to move S2 Geometry to GeoJSON Geometry
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.