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

Method box_clone

libs/scrap/src/wayland/capturable.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36 T: Clone + Capturable + 'static,
37{
38 fn box_clone(&self) -> Box<dyn Capturable> {
39 Box::new(self.clone())
40 }
41}
42
43pub trait Capturable: Send + BoxCloneCapturable {

Callers 1

cloneMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected