sftool_lib/
reset.rs

1pub trait Reset {
2    fn soft_reset(&mut self) -> Result<(), std::io::Error>;
3}