pub trait DeploymentTargetObservePort {
// Required method
fn observe(
&self,
config: &CanonicalConfig,
resource_ids: &BTreeSet<String>,
) -> Result<Vec<ObservedDeploymentTarget>, String>;
}Expand description
Side-effect-free observation of deployment targets (no SSH trust mutation).