#[derive(Default, Debug)]pubstructContainerWaitLibpod<'a>{/// Conditions to wait for. If no condition provided the 'exited' condition is assumed.
pubcondition:Option<Vec<&'astr>>,
/// Time Interval to wait before polling for completion.
pubinterval:Option<&'astr>,
}