(&self, f: &mut std::fmt::Formatter<'_>)
| 29 | |
| 30 | impl Display for DockerNetwork { |
| 31 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 32 | Display::fmt(&self.network_name(), f) |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | impl DockerNetwork { |
nothing calls this directly
no test coverage detected