made request handler more generic
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-03-13 16:06:12 +01:00
parent 41e57a7942
commit 8bdc9686fb
6 changed files with 290 additions and 188 deletions

View File

@ -48,6 +48,10 @@ struct TestDevice {
pub mode_requestor_info: Option<(RequestId, ChannelId)>,
}
pub struct ModeLeafDeviceHelper {
// pub
}
impl TestDevice {
pub fn run(&mut self) {
self.check_mode_requests().expect("mode messaging error");