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.
pub async fn handle_peer(
dbus: &DBus,
header: MessageHeader,
body_iter: IntoIter<Value>,
) -> DBusResult<()>
This is the handle method for the org.freedesktop.DBus.Peer
interface.