podman_rest_client/v5/params/
container_archive.rs

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