pub unsafe trait MKGeoJSONObject: NSObjectProtocol { }Available on crate feature
MKGeoJSONSerialization only.Expand description
Trait Implementations§
impl<T> ImplementedBy<T> for dyn MKGeoJSONObject
Source§impl ProtocolType for dyn MKGeoJSONObject
impl ProtocolType for dyn MKGeoJSONObject
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".