pub fn build_sentinel_config(
config: &SentinelConfig,
) -> Result<String, SentinelConfigError>Expand description
Serialize a SentinelConfig to its canonical pretty-printed TOML form.
ยงErrors
Returns an error when TOML serialization fails.
pub fn build_sentinel_config(
config: &SentinelConfig,
) -> Result<String, SentinelConfigError>Serialize a SentinelConfig to its canonical pretty-printed TOML form.
Returns an error when TOML serialization fails.