@jenova-marie/ts-rust-result - v2.2.18
Preparing search index...
Ok
Type Alias Ok<T>
Represents a successful result with a value.
type
Ok
<
T
>
=
{
_isr
:
true
;
ok
:
true
;
value
:
T
;
}
Type Parameters
T
The type of the successful value
Index
Properties
_
isr
ok
value
Properties
_
isr
_isr
:
true
ok
ok
:
true
value
value
:
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
isr
ok
value
@jenova-marie/ts-rust-result - v2.2.18
Loading...
Represents a successful result with a value.