Docs.rs
dyn-clone-1.0.17
dyn-clone 1.0.17
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
dtolnay
Dependencies
rustversion ^1.0
dev
trybuild ^1.0.66
dev
Versions
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dyn_clone
1.0.17
?
Function
dyn_clone
::
clone_box
source
·
[
−
]
pub fn clone_box<T>(t:
&T
) ->
Box
<T>
where T: ?
Sized
+
DynClone
,
Expand description
&T
—▸
Box<T>