Trait ThreadListener

Source
pub trait ThreadListener {
    // Required methods
    fn thread_started(&self, thread_name: &str);
    fn thread_stopped(&self, thread_name: &str);
}

Required Methods§

Source

fn thread_started(&self, thread_name: &str)

Source

fn thread_stopped(&self, thread_name: &str)

Implementors§