iroh_metrics::iterable

Derive Macro Iterable

Source
#[derive(Iterable)]
Expand description

Derives Iterable for a struct.

You can use this derive instead of MetricsGroup if you want to implement Default and MetricsGroup manually, but still use a derived Iterable impl.