(&self)
| 972 | |
| 973 | impl HelmChart for CommonChart { |
| 974 | fn clone_dyn(&self) -> Box<dyn HelmChart> { |
| 975 | Box::new(self.clone()) |
| 976 | } |
| 977 | |
| 978 | fn get_chart_installation_checker(&self) -> Option<&dyn ChartInstallationChecker> { |
| 979 | self.chart_installation_checker.as_deref() |