[][src]Trait tc_core::WaitForMessage

pub trait WaitForMessage {
    fn wait_for_message(self, message: &str) -> Result<(), WaitError>;
}
Deprecated since 0.3.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

Extension trait for io::Read to wait for a message to appear in the given stream.

Required methods

fn wait_for_message(self, message: &str) -> Result<(), WaitError>

Deprecated since 0.3.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

Loading content...

Implementors

impl<T> WaitForMessage for T where
    T: Read
[src]

Loading content...