Docs.rs
tauri-web-view-0.6.2
tauri-web-view 0.6.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nothingismagick
tauri-bot
Dependencies
boxfnonce ^0.1
normal
tauri-webview-sys ^0.5
normal
tinyfiledialogs ^3.3.9
normal
urlencoding ^1.0
normal
actix-rt ^0.2
dev
actix-web ^1.0
dev
futures ^0.1
dev
grep ^0.2.4
dev
mime_guess ^2.0.1
dev
rust-embed ^5.1.0
dev
serde ^1.0
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
walkdir ^2.3.1
dev
Versions
71.67%
of the crate is documented
Platform
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
web_
view
0.6.2
Custom
Error
Implementors
In crate web_
view
web_view
Trait
CustomError
Copy item path
Source
pub trait CustomError:
Display
+
Debug
+
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<T:
Display
+
Debug
+
Send
+
Sync
+ 'static>
CustomError
for T