Docs.rs
objc2-web-kit-0.2.2
objc2-web-kit 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
madsmtm
Dependencies
bitflags ^2.5.0
normal
optional
block2 ^0.5.1
normal
optional
objc2 ^0.5.2
normal
objc2-foundation ^0.2.2
normal
objc2-app-kit ^0.2.2
normal
optional
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-apple-ios
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
objc2_web_kit
0.2.2
WKUIDelegate
Implementations on Foreign Types
ProtocolObject<T>
Trait Implementations
ImplementedBy<T>
ProtocolType
Implementors
In crate objc2_web_kit
Trait
objc2_web_kit
::
WKUIDelegate
Copy item path
source
·
[
−
]
pub unsafe trait WKUIDelegate:
NSObjectProtocol
{ }
Available on
crate feature
WKUIDelegate
only.
Trait Implementations
§
source
§
impl
ProtocolType
for dyn
WKUIDelegate
source
§
const
NAME
: &'static
str
= "WKUIDelegate"
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
WKUIDelegate
where T: ?
Sized
+
Message
+
WKUIDelegate
,
Implementations on Foreign Types
§
source
§
impl<T>
WKUIDelegate
for
ProtocolObject
<T>
where T: ?
Sized
+
WKUIDelegate
,
Implementors
§