linera_
core
0.15.0
Client
Outcome
Result
Ext
Required Methods
unwrap_ok_committed
Implementations on Foreign Types
Result<ClientOutcome<T>, E>
Implementors
In linera_
core::
test_
utils
linera_core
::
test_utils
Trait
ClientOutcomeResultExt
Copy item path
Source
pub trait ClientOutcomeResultExt<T, E> { // Required method fn
unwrap_ok_committed
(self) -> T; }
Required Methods
§
Source
fn
unwrap_ok_committed
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T, E:
Debug
>
ClientOutcomeResultExt
<T, E> for
Result
<
ClientOutcome
<T>, E>
Source
§
fn
unwrap_ok_committed
(self) -> T
Implementors
§