Docs.rs
unwrap-gui-0.1.0
unwrap-gui 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
TribufuBot
Dependencies
anyhow ^1.0.82
normal
anyhow ^1.0.82
dev
native-dialog ^0.7.0
normal
Versions
0%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
unwrap_
gui
0.1.0
Unwrap
Gui
Required Methods
unwrap_gui
Implementations on Foreign Types
Option<T>
Result<T>
Implementors
In crate unwrap_
gui
unwrap_gui
Trait
UnwrapGui
Copy item path
Source
pub trait UnwrapGui<T> { // Required method fn
unwrap_gui
(self) -> T; }
Required Methods
§
Source
fn
unwrap_gui
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T>
UnwrapGui
<T> for
Option
<T>
Source
§
fn
unwrap_gui
(self) -> T
Source
§
impl<T>
UnwrapGui
<T> for
Result
<T>
Source
§
fn
unwrap_gui
(self) -> T
Implementors
§