Home
last modified time | relevance | path

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

/xiu/application/xiu/src/config/
H A Dmod.rs175 let decoded_config = toml::from_str(&content[..]).unwrap(); in load()
194 let decoded: Config = toml::from_str(&val[..]).unwrap(); in test_toml_parse()
/xiu/application/xiu/src/
H A Dmain.rs171 Some(Rotate::from_str(&file_info.rotate).unwrap()), in main()
/xiu/library/logger/src/
H A Dlogger.rs30 fn from_str(input: &str) -> Result<Rotate, Self::Err> { in from_str() method