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.