evobench_
tools
0.1.0
Invert
Required Associated Types
Target
Required Methods
invert
Implementations on Foreign Types
Result<A, B>
Implementors
In evobench_
tools::
utillib::
invert
evobench_tools
::
utillib
::
invert
Trait
Invert
Copy item path
Source
pub trait Invert { type
Target
; // Required method fn
invert
(self) -> Self::
Target
; }
Required Associated Types
§
Source
type
Target
Required Methods
§
Source
fn
invert
(self) -> Self::
Target
Implementations on Foreign Types
§
Source
§
impl<A, B>
Invert
for
Result
<A, B>
Source
§
type
Target
=
Result
<B, A>
Source
§
fn
invert
(self) ->
Result
<B, A>
Implementors
§