pub trait LaserScan2D: Send + Sync { // Required method fn current_scan(&self) -> Result<Scan2D, Error>; }