Skip to main content

DebugProxyInterface

Trait DebugProxyInterface 

Source
pub trait DebugProxyInterface: Send + Sync {
    type EnableDevToolsResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn enable_dev_tools(
        &self,
        listener: ClientEnd<DevToolsListenerMarker>,
    ) -> Self::EnableDevToolsResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§