pub fn execute_main<T, E>(f: T)
Expand description
Executes CipherCore code such that all the internal errors are properly formatted and logged.
ยงArguments
f
- closure without arguments containing CipherCore code and returning Result<()>
pub fn execute_main<T, E>(f: T)
Executes CipherCore code such that all the internal errors are properly formatted and logged.
f
- closure without arguments containing CipherCore code and returning Result<()>