[][src]Trait deoxy::Update

pub trait Update: Debug + Send {
    fn handle(&self, msg: &Status, coord: &Subscribers);
}

Trait for receiving updates on coordinator status.

Required methods

fn handle(&self, msg: &Status, coord: &Subscribers)

Handles the change in coordinator status.

Loading content...

Implementors

Loading content...