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

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

Required Methods

Implementations on Foreign Types

impl Watch for Sender<Message>
[src]

Implementors