UnwrapCapOverflow
thin_
vec
0.2.16
Unwrap
CapOverflow
Required Methods
unwrap_cap_overflow
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In crate thin_
vec
thin_vec
Trait
Unwrap
CapOverflow
Copy item path
Source
pub(crate) trait UnwrapCapOverflow<T> { // Required method fn
unwrap_cap_overflow
(self) -> T; }
Required Methods
§
Source
fn
unwrap_cap_overflow
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T>
UnwrapCapOverflow
<T> for
Option
<T>
Source
§
fn
unwrap_cap_overflow
(self) -> T
Source
§
impl<T, E>
UnwrapCapOverflow
<T> for
Result
<T, E>
Source
§
fn
unwrap_cap_overflow
(self) -> T
Implementors
§