1 unstable release
0.9.0 | Dec 24, 2019 |
---|
#1 in #clonable
224,558 downloads per month
Used in 730 crates
(28 directly)
3KB
dyn-clonable
Provides a proc_macro attribute wrapper for dyn-clone.
Usage
use dyn_clonable::*;
#[clonable]
trait MyTrait: Clone {
fn recite(&self);
}
For additional information, see dtolnay's dyn-clone.
License: MIT
Dependencies
~1.5MB
~37K SLoC