victron_gx/
traits.rs

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