Trait hermes_cli_framework::command::CommandRunner

source ·
pub trait CommandRunner<Context> {
    // Required method
    fn run(
        &self,
        context: &Context,
    ) -> impl Future<Output = Result<Output>> + Send;
}

Required Methods§

source

fn run(&self, context: &Context) -> impl Future<Output = Result<Output>> + Send

Object Safety§

This trait is not object safe.

Implementors§