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