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

Required Methods§

source

fn on_http_port_open(&self, port: u16) -> Result<(), Error>

Implementors§