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.Expand description
Provided Methods§
Trait Implementations§
impl<T> ImplementedBy<T> for dyn DOMNodeFilter
Source§impl ProtocolType for dyn DOMNodeFilter
impl ProtocolType for dyn DOMNodeFilter
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".