[][src]Trait bluez_generated::healthmanager1::OrgBluezHealthManager1

pub trait OrgBluezHealthManager1 {
    fn create_application(
        &self,
        config: HashMap<&str, Variant<Box<dyn RefArg>>>
    ) -> MethodReply<Path<'static>>;
fn destroy_application(&self, application: Path<'_>) -> MethodReply<()>; }

Required methods

fn create_application(
    &self,
    config: HashMap<&str, Variant<Box<dyn RefArg>>>
) -> MethodReply<Path<'static>>

fn destroy_application(&self, application: Path<'_>) -> MethodReply<()>

Loading content...

Implementations on Foreign Types

impl<'a, T: NonblockReply, C: Deref<Target = T>> OrgBluezHealthManager1 for Proxy<'a, C>[src]

Loading content...

Implementors

Loading content...