BC-DCBOR-CLI TypeScript Library - v1.0.0-alpha.16
Preparing search index...
run
Function run
run
(
options
:
RunOptions
,
)
:
{
ok
:
true
;
value
:
RunResult
}
|
{
ok
:
false
;
error
:
Error
}
Main execution function Equivalent to Rust's run<I, T, R, W> function
Parameters
options
:
RunOptions
Returns
{
ok
:
true
;
value
:
RunResult
}
|
{
ok
:
false
;
error
:
Error
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR-CLI TypeScript Library - v1.0.0-alpha.16
Loading...
Main execution function Equivalent to Rust's run<I, T, R, W> function