Struct test_runners_lib::logs::LogStreamReader
source · pub struct LogStreamReader { /* private fields */ }
Expand description
Collects logs in background and gives a way to collect those logs.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LogStreamReader
impl Send for LogStreamReader
impl Sync for LogStreamReader
impl Unpin for LogStreamReader
impl !UnwindSafe for LogStreamReader
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