Trait hermes_cosmos_test_components::bootstrap::impls::initializers::init_wallet::ExecOutputGetter
source · pub trait ExecOutputGetter: Async {
// Required method
fn get_exec_output(output: ExecOutput) -> String;
}
Required Methods§
fn get_exec_output(output: ExecOutput) -> String
Object Safety§
This trait is not object safe.