MCPcopy Create free account
hub / github.com/VimYoung/Spell / FprintdManagerClient

Interface FprintdManagerClient

spell-cli/src/main.rs:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 interface = "net.reactivated.Manager"
36)]
37trait FprintdManagerClient {
38 fn get_default_device(&self) -> Result<OwnedObjectPath, SpellError>;
39 fn get_devices(&self) -> Result<Vec<OwnedObjectPath>, SpellError>;
40}
41
42#[proxy(
43 default_path = "/net/reactivated/Fprint/Device/0",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected