Skip to main content

parse_toml_config

Function parse_toml_config 

Source
pub fn parse_toml_config<T: DeserializeOwned>(content: &str) -> Result<T>
Expand description

Load a TOML config from a string (useful for testing).