pub trait OrgBluezGattManager1 {
    fn register_application(
        &self,
        application: Path<'_>,
        options: PropMap
    ) -> MethodReply<()>; fn unregister_application(&self, application: Path<'_>) -> MethodReply<()>; }

Required Methods§

Implementations on Foreign Types§

Implementors§