1#[derive(Default, Debug)] 2pub struct ContainerKillLibpod<'a> { 3 /// signal to be sent to container, either by integer or SIG_ name 4 pub signal: Option<&'a str>, 5}