pub trait OrgBluezGattService1 {
    fn uuid(&self) -> MethodReply<String>;
    fn device(&self) -> MethodReply<Path<'static>>;
    fn primary(&self) -> MethodReply<bool>;
    fn includes(&self) -> MethodReply<Vec<Path<'static>>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§