// SPDX-License-Identifier: MIT
usesensorml::model::document::SensorMLDocument;/// Trait for mapping SensorML documents back into initiative-specific JSON.
pubtraitInitiativeReverseMapper{fnmap_from_sensorml(&self,
input:&SensorMLDocument,
)->Result<serde_json::Value, crate::error::MappingError>;}