pub trait OrgBluezHealthManager1 {
    fn create_application(&self, config: PropMap) -> MethodReply<Path<'static>>;
    fn destroy_application(&self, application: Path<'_>) -> MethodReply<()>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§