pub type HostPairResult = Result<(), Error>;
enum HostPairResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value