use crate::message::Message; pub trait Monitor { fn new() -> Self; fn run(&self); }