pub trait OrgBluezMediaControl1 {
    fn connected(&self) -> MethodReply<bool>;
    fn player(&self) -> MethodReply<Path<'static>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§