pub fn probe_surfaces(
runner: &dyn ProcessRunner,
opts: &RemoteOptions,
embedded: bool,
) -> Result<SurfaceProbeReport>Expand description
Probe all surfaces for a remote host, or loopback when embedded.
ยงErrors
Returns crate::HortoError when the SSH host string cannot be parsed.