| 35 | interface = "net.reactivated.Manager" |
| 36 | )] |
| 37 | trait 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", |
nothing calls this directly
no outgoing calls
no test coverage detected