@ts-rust/std - v0.0.5
Preparing search index...
index
Ok
Type Alias Ok<T, E>
Ok
:
Resultant
<
T
,
E
>
&
{
value
:
T
}
Represents a successful outcome of a
Result
, holding a value of type
T
.
Type Parameters
T
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ts-rust/std - v0.0.5
Loading...
Represents a successful outcome of a Result, holding a value of type
T
.