rustmax
0.0.4
Quick
Clone
Required Methods
C
Implementors
In rustmax::
extras
rustmax
::
extras
Trait
QuickClone
Copy item path
Source
pub trait QuickClone<T> { // Required method fn
C
(&self) -> T; }
Required Methods
§
Source
fn
C
(&self) -> T
Implementors
§
Source
§
impl<T>
QuickClone
<T> for T
where T:
Clone
,