[][src]Trait dbus::stdintf::org_freedesktop_dbus::Peer

pub trait Peer {
    type Err;
    fn ping(&self) -> Result<(), Self::Err>;
fn get_machine_id(&self) -> Result<String, Self::Err>; }

Methods of the org.freedesktop.DBus.Peer interface.

Associated Types

type Err

Loading content...

Required methods

fn ping(&self) -> Result<(), Self::Err>

fn get_machine_id(&self) -> Result<String, Self::Err>

Loading content...

Implementors

impl<'a, C: Deref<Target = Connection>> Peer for ConnPath<'a, C>[src]

type Err = Error

Loading content...