Trait rusty_v8::inspector::AsChannel[][src]

pub trait AsChannel {
    fn as_channel(&self) -> &Channel;
fn as_channel_mut(&mut self) -> &mut Channel; }

Required methods

Implementors