Function rustbus::peer::handle_peer_message[][src]

pub fn handle_peer_message(
    msg: &Message<'_, '_>,
    con: &mut DuplexConn
) -> Result<bool, Error>

Handles messages that are of the org.freedesktop.DBus.Peer interface. Returns as a bool whether the message was actually of that interface and an Error if there were any while handling the message