Trait typos_cli::file::FileChecker [−][src]
pub trait FileChecker: Send + Sync { fn check_file(
&self,
path: &Path,
explicit: bool,
policy: &Policy<'_, '_>,
reporter: &dyn Report
) -> Result<(), Error>; }
Required methods
fn check_file(
&self,
path: &Path,
explicit: bool,
policy: &Policy<'_, '_>,
reporter: &dyn Report
) -> Result<(), Error>[src]
&self,
path: &Path,
explicit: bool,
policy: &Policy<'_, '_>,
reporter: &dyn Report
) -> Result<(), Error>
Implementors
impl FileChecker for DiffTypos[src]
impl FileChecker for DiffTypos[src]impl FileChecker for FixTypos[src]
impl FileChecker for FixTypos[src]impl FileChecker for FoundFiles[src]
impl FileChecker for FoundFiles[src]impl FileChecker for Identifiers[src]
impl FileChecker for Identifiers[src]impl FileChecker for Typos[src]
impl FileChecker for Typos[src]