Function handle_peer

Source
pub async fn handle_peer(
    dbus: &DBus,
    header: MessageHeader,
    body_iter: IntoIter<Value>,
) -> DBusResult<()>
Expand description

This is the handle method for the org.freedesktop.DBus.Peer interface.