Docs.rs
resiter-dpc-tmp-0.3.0
resiter-dpc-tmp 0.3.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
dpc
Dependencies
Versions
24.64%
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
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
GetOk
resiter_
dpc_
tmp
0.3.0
GetOk
Required Methods
get_ok
Implementations on Foreign Types
Result<T, E>
Implementors
In crate resiter_
dpc_
tmp
resiter_dpc_tmp
Trait
GetOk
Copy item path
Source
pub trait GetOk<T> { // Required method fn
get_ok
(self) ->
Option
<T>; }
Required Methods
§
Source
fn
get_ok
(self) ->
Option
<T>
Implementations on Foreign Types
§
Source
§
impl<T, E>
GetOk
<T> for
Result
<T, E>
Source
§
fn
get_ok
(self) ->
Option
<T>
Implementors
§