Trait objc2_web_kit::DOMNodeFilter

source ·
pub unsafe trait DOMNodeFilter: NSObjectProtocol {
    // Provided method
    unsafe fn acceptNode(&self, n: Option<&DOMNode>) -> c_short
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature DOMNodeFilter only.

Provided Methods§

source

unsafe fn acceptNode(&self, n: Option<&DOMNode>) -> c_short
where Self: Sized + Message,

👎Deprecated
Available on crate features DOMNode and DOMObject and WebScriptObject only.

Trait Implementations§

source§

impl ProtocolType for dyn DOMNodeFilter

source§

const NAME: &'static str = "DOMNodeFilter"

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 DOMNodeFilter
where T: ?Sized + Message + DOMNodeFilter,

Implementations on Foreign Types§

source§

impl<T> DOMNodeFilter for ProtocolObject<T>
where T: ?Sized + DOMNodeFilter,

Implementors§