podman_client/models/podman/containers/
show_mounted.rs

1use std::collections::HashMap;
2
3pub type ContainerShowMounted = HashMap<String, String>;