Preparing search index...
The search index is not available
True Myth - v8.1.0
True Myth
result
Matcher
Type Alias Matcher<T, E, A>
Matcher
:
{
Err
:
(
error
:
E
)
=>
A
;
Ok
:
(
value
:
T
)
=>
A
}
A lightweight object defining how to handle each variant of a
Result
.
Type Parameters
T
E
A
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
True Myth - v8.1.0
Loading...
A lightweight object defining how to handle each variant of a
Result
.