macro_rules! impl_performance_entry_struct {
($binding:ident, $struct:ident, $type:path,
{ $( $(#[$attr:meta])* $field_name:ident : $field_type:ty, ),* } // Arguments
) => { ... };
}Expand description
DOM struct implementation for simple interfaces inheriting from PerformanceEntry.