pub struct FileListener { /* private fields */ }Expand description
A listener that monitors a file for changes and captures new lines.
Implementations§
Source§impl FileListener
impl FileListener
Auto Trait Implementations§
impl Freeze for FileListener
impl !RefUnwindSafe for FileListener
impl Send for FileListener
impl Sync for FileListener
impl Unpin for FileListener
impl !UnwindSafe for FileListener
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