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

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

Required methods

fn as_channel(&self) -> &Channel

fn as_channel_mut(&mut self) -> &mut Channel

Loading content...

Implementors

impl AsChannel for Channel[src]

impl<T> AsChannel for T where
    T: ChannelImpl
[src]

Loading content...