Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
pub trait DeviceEq {
38
fn eq_device(&self, device: &Self) -> bool;
39
}
40
41
impl DeviceEq for Device {
42
fn eq_device(&self, device: &Device) -> bool {
Callers
nothing calls this directly
Implementers
1
recorder.rs
src-tauri/src/recorder.rs
Calls
no outgoing calls
Tested by
no test coverage detected