Skip to main content
UnwrapInfallible
tuwunel_
core
1.6.2
Unwrap
Infallible
Required Methods
unwrap_infallible
Implementors
In tuwunel_
core::
utils::
result
tuwunel_core
::
utils
::
result
Trait
Unwrap
Infallible
Copy item path
Source
pub trait UnwrapInfallible<T> { // Required method fn
unwrap_infallible
(self) -> T; }
Required Methods
§
Source
fn
unwrap_infallible
(self) -> T
Implementors
§
Source
§
impl<T>
UnwrapInfallible
<T> for
Result
<T,
Infallible
>