Add debug implementations for some gateway setup types

This commit is contained in:
Jon Häggblad
2024-04-04 21:53:17 +02:00
parent c9a36a21a1
commit 80f6c2c32a
5 changed files with 20 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ pub mod acquire;
pub mod error;
mod utils;
#[derive(Debug)]
pub struct BandwidthController<C, St> {
storage: St,
client: C,