Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 3 of 3) 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() argument
125 pub fn check_string(&mut self, contents: String) -> Result<()> { in check_string() argument
140 pub fn finalize(self) -> Result<()> { in finalize() argument
434 fn parse(input: ParseStream) -> syn::Result<Self> { in parse()
/rust-libc-0.2.174/libc-test/test/
H A Dcheck_style.rs17 use style::{Result, StyleChecker};
26 fn walk(root_dir: &Path) -> Result<()> { in walk() argument
/rust-libc-0.2.174/src/
H A Dmacros.rs166 fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {