add Send requirement on traits

This commit is contained in:
2022-12-21 19:50:31 +01:00
parent f109d59d56
commit 78c54cf617
5 changed files with 14 additions and 4 deletions

View File

@ -69,6 +69,7 @@ impl EcssTmSender for EventTmSender {
self.sender.send(addr).map_err(EcssTmError::SendError)
}
}
fn main() {
println!("Running OBSW example");
let pool_cfg = PoolCfg::new(vec![(8, 32), (4, 64), (2, 128)]);