//! This module hosts the [SettableSettingSpec] trait that can be implemented for marker structs to be used together with typed set functions.
//!
use crateSettingSpec;
/// A trait for settings that can be updated on the FoxESS cloud.
///
/// Types implementing this trait provide a way to format a value back into a string
/// for API requests.