made request handler more generic
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user