Searched refs:from_json_file (Results 1 – 1 of 1) sorted by relevance
37 Some(path) => Self::from_json_file(path), in load()46 fn from_json_file(path: &String) -> Result<Self> { in from_json_file() method