Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs43 pub type Result<T> = std::result::Result<T, Error>; typedef
118 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()
/rust-libc-0.2.174/libc-test/test/
H A Dcheck_style.rs26 fn walk(root_dir: &Path) -> Result<()> { in walk()