Skip to main content

DevToolsPerContextListenerProxyInterface

Trait DevToolsPerContextListenerProxyInterface 

Source
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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§