pub trait AsV8InspectorClient {
    fn as_client(&self) -> &V8InspectorClient;
    fn as_client_mut(&mut self) -> &mut V8InspectorClient;
}

Required Methods

Implementors