pub trait ExecOutputGetter: Async {
    // Required method
    fn get_exec_output(output: ExecOutput) -> String;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§