podman_rest_client/v5/params/
container_inspect.rs

1#[derive(Default, Debug)]
2pub struct ContainerInspect {
3    /// include the size of the container
4    pub size: Option<bool>,
5}