BC-DCBOR-CLI TypeScript Library - v1.0.0-alpha.16
Preparing search index...
Exec
Interface Exec
Trait for command execution Equivalent to Rust's
pub trait Exec
interface
Exec
{
exec
()
:
Result
<
string
>
;
}
Index
Methods
exec
Methods
exec
exec
()
:
Result
<
string
>
Returns
Result
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
exec
BC-DCBOR-CLI TypeScript Library - v1.0.0-alpha.16
Loading...
Trait for command execution Equivalent to Rust's
pub trait Exec