sftool_lib/
speed.rs

1pub trait SpeedTrait {
2    fn set_speed(&mut self, speed: u32) -> Result<(), std::io::Error>;
3}