BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
Preparing search index...
ComposeResult
Type Alias ComposeResult<T>
ComposeResult
:
{
ok
:
true
;
value
:
T
}
|
{
ok
:
false
;
error
:
ComposeError
}
Result type for compose 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 compose operations.
Corresponds to Rust
Result<T, Error>