Searched defs:Result (Results 1 – 2 of 2) sorted by relevance
43 pub type Result<T> = std::result::Result<T, Error>; typedef118 pub fn check_file(&mut self, path: &Path) -> Result<()> { in check_file()125 pub fn check_string(&mut self, contents: String) -> Result<()> { in check_string()140 pub fn finalize(self) -> Result<()> { in finalize()
26 fn walk(root_dir: &Path) -> Result<()> { in walk()