Searched refs:Result (Results 1 – 3 of 3) 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() argument125 pub fn check_string(&mut self, contents: String) -> Result<()> { in check_string() argument140 pub fn finalize(self) -> Result<()> { in finalize() argument434 fn parse(input: ParseStream) -> syn::Result<Self> { in parse()
17 use style::{Result, StyleChecker};26 fn walk(root_dir: &Path) -> Result<()> { in walk() argument
166 fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {