pub struct Ar { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Processor for Ar
impl Processor for Ar
fn name(&self) -> &str
Source§fn filter(&self, path: &Path) -> Result<bool>
fn filter(&self, path: &Path) -> Result<bool>
Return true if the given path looks like it should be processed.
Source§fn process(&self, input_path: &Path) -> Result<ProcessResult>
fn process(&self, input_path: &Path) -> Result<ProcessResult>
Process file and indicate whether modifications were made.
Source§fn initialize(&mut self) -> Result<()>
fn initialize(&mut self) -> Result<()>
Optionally, do “global” setup of the processor.
Auto Trait Implementations§
impl Freeze for Ar
impl RefUnwindSafe for Ar
impl Send for Ar
impl Sync for Ar
impl Unpin for Ar
impl UnwindSafe for Ar
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more