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