// SPDX-License-Identifier: MPL-2.0
use Arc;
use DoraNode;
use Sensor;
use Mutex;
/// Per-sensor trait that knows how to register a dora publisher for
/// that sensor type. Each sensor module provides one impl, so generic
/// init code can iterate sensors uniformly without each new sensor
/// adding env-var consts and a register call.