pub trait OrgBluezNetworkServer1 {
    fn register(&self, uuid: &str, bridge: &str) -> MethodReply<()>;
    fn unregister(&self, uuid: &str) -> MethodReply<()>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§