Trait objc2_web_kit::WebDocumentSearching

source ·
pub unsafe trait WebDocumentSearching: NSObjectProtocol {
    // Provided method
    unsafe fn searchFor_direction_caseSensitive_wrap(
        &self,
        string: Option<&NSString>,
        forward: bool,
        case_flag: bool,
        wrap_flag: bool
    ) -> bool
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature WebDocument only.

Provided Methods§

source

unsafe fn searchFor_direction_caseSensitive_wrap( &self, string: Option<&NSString>, forward: bool, case_flag: bool, wrap_flag: bool ) -> bool
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

source§

impl ProtocolType for dyn WebDocumentSearching

source§

const NAME: &'static str = "WebDocumentSearching"

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 WebDocumentSearching

Implementations on Foreign Types§

source§

impl<T> WebDocumentSearching for ProtocolObject<T>

Implementors§