Searched refs:decoded_config (Results 1 – 1 of 1) sorted by relevance
175 let decoded_config = toml::from_str(&content[..]).unwrap(); in load() localVariable176 Ok(decoded_config) in load()