#[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.
#[derive(Iterable)]
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.