BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
Preparing search index...
ParseResult
Type Alias ParseResult<T>
ParseResult
:
{
ok
:
true
;
value
:
T
}
|
{
ok
:
false
;
error
:
ParseError
}
Result type for parse operations.
Corresponds to Rust
Result<T, Error>
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
Loading...
Result type for parse operations.
Corresponds to Rust
Result<T, Error>