Skip to main content

FlattenNoop

Derive Macro FlattenNoop 

#[derive(FlattenNoop)]
Expand description

Derives an empty Flatten implementation for a struct or enum.

Use this for types that do not produce telemetry data. For types that should emit telemetry, implement Flatten manually instead.