BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
SummarizerResult
Type Alias SummarizerResult
SummarizerResult
:
{
ok
:
true
;
value
:
string
}
|
{
ok
:
false
;
error
:
Error
}
Result type for summarizer functions, matching Rust's Result<String, Error>.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Result type for summarizer functions, matching Rust's Result<String, Error>.