1#[derive(Default, Debug)] 2pub struct ImageTreeLibpod { 3 /// show all child images and layers of the specified image 4 pub whatrequires: Option<bool>, 5}