1#[derive(Default, Debug)] 2pub struct ContainerArchive<'a> { 3 /// Path to a directory in the container to extract 4 pub path: &'a str, 5}