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