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

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

Required Methods

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

Implementors