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

Interface DeviceClone

src-tauri/src/recorder.rs:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59pub trait DeviceClone {
60 fn clone_device(&self) -> Self;
61}
62
63impl DeviceClone for Display {
64 fn clone_device(&self) -> Self {

Callers

nothing calls this directly

Implementers 1

recorder.rssrc-tauri/src/recorder.rs

Calls

no outgoing calls

Tested by

no test coverage detected