pub trait HandleFrame { // Required method fn handle_frame(&mut self, parts: &[&str], value: Option<f64>); }