3 releases
| 0.2.2 | Jan 24, 2019 |
|---|---|
| 0.2.1 | Jan 24, 2019 |
| 0.2.0 | Jan 24, 2019 |
#5 in #my-trait
36 downloads per month
Used in 2 crates
(via seed_style_preview)
2KB
objekt-clonable
Provides a proc_macro attribute wrapper for objekt.
Usage
use objekt_clonable::*;
#[clonable]
trait MyTrait: Clone {
fn recite(&self);
}
For additional information, see dtolnay's objekt.
License: MIT
Dependencies
~2MB
~49K SLoC