pub trait WaitForMessage {
// Required method
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
Expand description
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