pub trait HostRunner<W, R>where W: Widget, R: Renderer,{ // Required method fn run(self, runner: AppRunner<W, R>) -> Result<()>; }