macro_rules! impl_forever {
($name:ident) => { ... };
}
Expand description
Implement the Forever
trait for the bandwidth trace model config (any struct implements BwTraceConfig
).
macro_rules! impl_forever {
($name:ident) => { ... };
}
Implement the Forever
trait for the bandwidth trace model config (any struct implements BwTraceConfig
).