pub struct NormalizeReporter { /* private fields */ }Expand description
Normalize decorator (ADR-0008, §12): repairs parallel-scenario interleaving
by buffering each scenario’s events and replaying them contiguously
(ScenarioStarted … ScenarioFinished) in completion order. Run-level
events pass straight through.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NormalizeReporter
impl !Sync for NormalizeReporter
impl !UnwindSafe for NormalizeReporter
impl Freeze for NormalizeReporter
impl Send for NormalizeReporter
impl Unpin for NormalizeReporter
impl UnsafeUnpin for NormalizeReporter
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