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