macro_rules! impl_performance_entry_struct {
    ($binding:ident, $struct:ident, $type:expr) => { ... };
}
Expand description

DOM struct implementation for simple interfaces inheriting from PerformanceEntry.