MKLocalSearchCompleterDelegate

Trait MKLocalSearchCompleterDelegate 

Source
pub unsafe trait MKLocalSearchCompleterDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn completerDidUpdateResults(
        &self,
        completer: &MKLocalSearchCompleter,
    )
       where Self: Sized + Message { ... }
    unsafe fn completer_didFailWithError(
        &self,
        completer: &MKLocalSearchCompleter,
        error: &NSError,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature MKLocalSearchCompleter only.
Expand description

Provided Methods§

Source

unsafe fn completerDidUpdateResults(&self, completer: &MKLocalSearchCompleter)
where Self: Sized + Message,

Source

unsafe fn completer_didFailWithError( &self, completer: &MKLocalSearchCompleter, error: &NSError, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn MKLocalSearchCompleterDelegate

Source§

const NAME: &'static str = "MKLocalSearchCompleterDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn MKLocalSearchCompleterDelegate

Implementations on Foreign Types§

Source§

impl<T> MKLocalSearchCompleterDelegate for ProtocolObject<T>

Implementors§