Docs.rs
webview2-com-0.7.0
webview2-com 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wravery
Dependencies
webview2-com-macros ^0.4.0
normal
webview2-com-sys ^0.7.0
normal
windows ^0.25.0
normal
regex ^1.5.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
webview2-com-sys ^0.7.0
dev
windows ^0.25.0
dev
Versions
79.37%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait ClosureArg
Associated Types
Output
Implementations on Foreign Types
HRESULT
Option<I>
Implementors
Other items in
webview2_com
?
Trait
webview2_com
::
ClosureArg
[
−
]
[src]
pub trait ClosureArg { type
Output
:
Sized
; }
Associated Types
[src]
type
Output
:
Sized
Implementations on Foreign Types
[src]
impl
ClosureArg
for
HRESULT
type
Output
=
Result
<
()
>
[src]
impl<I:
Interface
>
ClosureArg
for
Option
<I>
type
Output
= Self
Implementors
[src]
impl
ClosureArg
for
BOOL
type
Output
=
bool
[src]
impl
ClosureArg
for
PWSTR
type
Output
=
String