Docs.rs
webview2-com-0.19.1
webview2-com 0.19.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wravery
Dependencies
webview2-com-macros ^0.6.0
normal
webview2-com-sys ^0.19.0
normal
windows ^0.39.0
normal
windows-implement ^0.39.0
normal
regex ^1.5.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
windows ^0.39.0
dev
Versions
12.5%
of the crate is documented
Go to latest version
Platform
aarch64-pc-windows-msvc
i686-pc-windows-gnu
i686-pc-windows-msvc
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ClosureArg
Required Associated Types
Output
Implementations on Foreign Types
BOOL
HRESULT
Option<I>
PCWSTR
Implementors
In webview2_com
?
Trait
webview2_com
::
ClosureArg
source
·
[
−
]
pub trait ClosureArg { type
Output
:
Sized
; }
Required Associated Types
source
type
Output
:
Sized
Implementations on Foreign Types
source
impl
ClosureArg
for
HRESULT
type
Output
=
Result
<
()
,
Error
>
source
impl
ClosureArg
for
BOOL
type
Output
=
bool
source
impl
ClosureArg
for
PCWSTR
type
Output
=
String
source
impl<I:
Interface
>
ClosureArg
for
Option
<I>
type
Output
=
Option
<I>
Implementors