Home
last modified time | relevance | path

Searched refs:config_from_string (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_server/src/
H A Dconfig.rs64 fn config_from_string(config: &str) -> Config { in config_from_string() method
86 Self::config_from_string(&string) in config_from_path()