Trait MatchingTasks

pub trait MatchingTasks {
    // Required method
    fn get_all_task_ids() -> &'static [&'static str];
}
Expand description

Trait to trace back from the CopperList the origin of the messages

Required Methods§

fn get_all_task_ids() -> &'static [&'static str]

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§