Trait objc2_web_kit::DOMXPathNSResolver

source ·
pub unsafe trait DOMXPathNSResolver: NSObjectProtocol {
    // Provided method
    unsafe fn lookupNamespaceURI(
        &self,
        prefix: Option<&NSString>
    ) -> Option<Retained<NSString>>
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature DOMXPathNSResolver only.

Provided Methods§

source

unsafe fn lookupNamespaceURI( &self, prefix: Option<&NSString> ) -> Option<Retained<NSString>>
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

source§

impl ProtocolType for dyn DOMXPathNSResolver

source§

const NAME: &'static str = "DOMXPathNSResolver"

The name of the Objective-C protocol that this type represents.
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 DOMXPathNSResolver

Implementations on Foreign Types§

source§

impl<T> DOMXPathNSResolver for ProtocolObject<T>

Implementors§