SinglePathOutputTask

Trait SinglePathOutputTask 

Source
pub trait SinglePathOutputTask:
    Task
    + Send
    + Sync
    + 'static {
    // Required method
    fn get_path(task: &Executable<Self>) -> PathBuf;
}

Required Methods§

Source

fn get_path(task: &Executable<Self>) -> PathBuf

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§