Docs.rs
kurtbuilds_std_ext-0.1.13
kurtbuilds_std_ext 0.1.13
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kurtbuilds
Dependencies
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
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
UnwrapInfallible
std_ext
0.1.13
Unwrap
Infallible
Required Associated Types
Ok
Required Methods
unwrap_infallible
Implementations on Foreign Types
Result<T, Infallible>
Implementors
In crate std_
ext
std_ext
Trait
Unwrap
Infallible
Copy item path
Source
pub trait UnwrapInfallible { type
Ok
; // Required method fn
unwrap_infallible
(self) -> Self::
Ok
; }
Required Associated Types
§
Source
type
Ok
Required Methods
§
Source
fn
unwrap_infallible
(self) -> Self::
Ok
Implementations on Foreign Types
§
Source
§
impl<T>
UnwrapInfallible
for
Result
<T,
Infallible
>
Source
§
type
Ok
= T
Source
§
fn
unwrap_infallible
(self) -> T
Implementors
§