Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
pub trait Capturable: Send + BoxCloneCapturable {
Callers
1
clone
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected