Enum testcontainers::WaitError[][src]

pub enum WaitError {
    EndOfStream,
    IO(Error),
}

Variants

Trait Implementations

impl Debug for WaitError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for WaitError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for WaitError

impl Sync for WaitError