pub fn parse_toml_config<T: DeserializeOwned>(content: &str) -> Result<T>Expand description
Load a TOML config from a string (useful for testing).
pub fn parse_toml_config<T: DeserializeOwned>(content: &str) -> Result<T>Load a TOML config from a string (useful for testing).