pub fn serialize_sim_config(
intent: &SimConfigIntent,
) -> Result<String, IntentConfigError>Expand description
Serialize a SimConfigIntent back to canonical pretty-printed TOML.
ยงErrors
Returns an error when the intent is invalid or TOML serialization fails.