Macro impl_forever

Source
macro_rules! impl_forever {
    ($name:ident) => { ... };
}
Expand description

Implement the Forever trait for the bandwidth trace model config (any struct implements BwTraceConfig).