dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
Result
Type Alias Result<T>
Result
:
{
ok
:
true
;
value
:
T
}
|
{
ok
:
false
;
error
:
Error
}
A Result type specialized for dCBOR pattern parsing. Matches Rust's Result<T, Error> pattern.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
A Result type specialized for dCBOR pattern parsing. Matches Rust's Result<T, Error> pattern.