[][src]Trait phreak_engine::traits::ProductionCallback

pub trait ProductionCallback: Debug {
    fn activate(&self);
fn deactivate(&self); }

This trait needs to be implemented by callbacks given to a production node

Required methods

fn activate(&self)

fn deactivate(&self)

Loading content...

Implementors

Loading content...