pub trait Host: Send + HostConnection { // Required method fn convert_error(&mut self, err: Error) -> Result<Error>; }