Trait deno_task_shell::ShellCommand

source ·
pub trait ShellCommand {
    // Required method
    fn execute(
        &self,
        context: ShellCommandContext,
    ) -> LocalBoxFuture<'static, ExecuteResult>;
}

Required Methods§

Implementors§