Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
types
CompiledOkResult
Type alias CompiledOkResult<U>
Compiled
Ok
Result
<
U
>
:
{
isOk
:
true
;
isErr
:
false
;
value
:
U
;
error
:
null
;
}
Type Parameters
U
Type declaration
is
Ok
:
true
is
Err
:
false
value
:
U
error
:
null
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...