[][src]Trait rusty_v8::inspector::AsV8InspectorClient

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

Required methods

fn as_client(&self) -> &V8InspectorClient

fn as_client_mut(&mut self) -> &mut V8InspectorClient

Loading content...

Implementors

impl AsV8InspectorClient for V8InspectorClient[src]

impl<T> AsV8InspectorClient for T where
    T: V8InspectorClientImpl
[src]

Loading content...