pub fn parse_host(destination: &str) -> Result<String>
Extract the host component from a destination string ([user@]host[:port]).
[user@]host[:port]