pub struct LineReceiver { /* private fields */ }
Expand description
Receive one line of output at time.
See the module description for an example.
Implementations§
Auto Trait Implementations§
impl Freeze for LineReceiver
impl RefUnwindSafe for LineReceiver
impl Send for LineReceiver
impl !Sync for LineReceiver
impl Unpin for LineReceiver
impl UnwindSafe for LineReceiver
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