// SPDX-License-Identifier: MPL-2.0
use Sensor;
use RecordingStream;
/// Per-sensor trait that knows how to register a rerun publisher
/// for that sensor type.
///
/// Each sensor module provides one impl, so the `Viewer` builder can
/// stay generic over `S: RerunRender` instead of growing a per-sensor
/// `with_<sensor>` method on every new sensor.