pub trait DevToolsPerContextListenerProxyInterface: Send + Sync { // Required method fn on_http_port_open(&self, port: u16) -> Result<(), Error>; }