☰
In dyn_clone
Macros
clone_trait_object
Traits
DynClone
Functions
arc_make_mut
clone
clone_box
rc_make_mut
?
Function
dyn_clone
::
clone_box
source
·
[
−
]
pub fn clone_box<T>(t:
&
T) ->
Box
<T>
where
T: ?
Sized
+
DynClone
,
Expand description
&T
—▸
Box<T>