Struct dbus::obj::ObjectPath [] [src]

pub struct ObjectPath<'a> {
    // some fields omitted
}

Represents a D-Bus object path, which can in turn contain Interfaces.

Methods

impl<'a> ObjectPath<'a>
[src]

Handles a method call if the object path matches. Return value: None => not handled (no match), Some(Err(())) => message reply send failed, Some(Ok()) => message reply send ok */

Trait Implementations

impl<'a> Drop for ObjectPath<'a>
[src]

A method called when the value goes out of scope. Read more