pub struct TerminatesWithValidator {
pub expected_terminal_output: Output,
}
Expand description
Validates that a stream terminates with Eos.
Fields§
§expected_terminal_output: Output
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TerminatesWithValidator
impl RefUnwindSafe for TerminatesWithValidator
impl !Send for TerminatesWithValidator
impl !Sync for TerminatesWithValidator
impl Unpin for TerminatesWithValidator
impl UnwindSafe for TerminatesWithValidator
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