MCPcopy Create free account
hub / github.com/Recordscript/recordscript / DeviceEq

Interface DeviceEq

src-tauri/src/recorder.rs:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37pub trait DeviceEq {
38 fn eq_device(&self, device: &Self) -> bool;
39}
40
41impl DeviceEq for Device {
42 fn eq_device(&self, device: &Device) -> bool {

Callers

nothing calls this directly

Implementers 1

recorder.rssrc-tauri/src/recorder.rs

Calls

no outgoing calls

Tested by

no test coverage detected