pub struct TermLine { /* private fields */ }
Expand description
A terminal line consumer.
Backended by indicatif
, this consumer will create a progress bars for each available report.
It provides a simple line interface.
To see an example using TermLine
, cargo run --all-features --example term-line
can be run
in the repository.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TermLine
impl RefUnwindSafe for TermLine
impl Send for TermLine
impl Sync for TermLine
impl Unpin for TermLine
impl UnwindSafe for TermLine
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