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