podman_client/models/
lib.rs

1use std::error::Error as StdError;
2
3pub type Error = Box<dyn StdError + Send + Sync>;