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

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

Required methods

Implementors