pub struct Tailer { /* private fields */ }
Expand description
A tailer for a file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tailer
impl !RefUnwindSafe for Tailer
impl Send for Tailer
impl Sync for Tailer
impl Unpin for Tailer
impl !UnwindSafe for Tailer
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