[][src]Trait gst::bus::Watch

pub trait Watch: Send {
    fn call(&mut self, msg: Message) -> bool;
}

Required methods

fn call(&mut self, msg: Message) -> bool

Loading content...

Implementations on Foreign Types

impl Watch for Sender<Message>[src]

Loading content...

Implementors

Loading content...