macro_rules! impl_forever_delay_per_packet {
($name:ident) => { ... };
}Expand description
Implement the Forever trait for the per-packet delay trace model config (any struct implements DelayPerPacketTraceConfig).
macro_rules! impl_forever_delay_per_packet {
($name:ident) => { ... };
}Implement the Forever trait for the per-packet delay trace model config (any struct implements DelayPerPacketTraceConfig).