Function call_reset_dbus_method

Source
pub fn call_reset_dbus_method<I: AppendAll + Sync + Send + 'static, O: ReadAll + Sync + Send + 'static>(
    interface: &str,
    function: &str,
    params: I,
) -> Result<O, Error>