#[derive(FlattenNoop)]
Derives an empty Flatten implementation for a struct or enum.
Flatten
Use this for types that do not produce telemetry data. For types that should emit telemetry, implement Flatten manually instead.