Docs.rs
webview2-com-0.5.0
webview2-com 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wravery
Dependencies
webview2-com-macros ^0.3.0
normal
webview2-com-sys ^0.5.0
normal
windows ^0.20.1
normal
regex ^1.5.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
webview2-com-sys ^0.5.0
dev
windows ^0.20.1
dev
Versions
78.69%
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
webview2_
com
0.5.0
Closure
Arg
Required Associated Types
Output
Implementations on Foreign Types
HRESULT
Option<I>
Implementors
In crate webview2_
com
webview2_com
Trait
ClosureArg
Copy item path
Source
pub trait ClosureArg { type
Output
:
Sized
; }
Required Associated Types
§
Source
type
Output
:
Sized
Implementations on Foreign Types
§
Source
§
impl
ClosureArg
for
HRESULT
Source
§
type
Output
=
Result
<
()
,
Error
>
Source
§
impl<I:
Interface
>
ClosureArg
for
Option
<I>
Source
§
type
Output
=
Option
<I>
Implementors
§
Source
§
impl
ClosureArg
for
BOOL
Source
§
type
Output
=
bool
Source
§
impl
ClosureArg
for
PWSTR
Source
§
type
Output
=
String