implement transaction interface

This commit is contained in:
Alex Zenla
2024-01-08 15:04:06 -08:00
parent 8e2fc80ee0
commit 7ca32dd413
3 changed files with 109 additions and 13 deletions

View File

@ -1,5 +1,5 @@
use xsd::bus::XsdBusError;
use xsd::client::XsdClient;
use xsd::client::{XsdClient, XsdInterface};
use xsd::sys::XSD_ERROR_EINVAL;
fn list_recursive(client: &mut XsdClient, level: usize, path: &str) -> Result<(), XsdBusError> {