3 releases
0.2.2 | Jan 24, 2019 |
---|---|
0.2.1 | Jan 24, 2019 |
0.2.0 | Jan 24, 2019 |
82 downloads per month
Used in 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
~1.5MB
~43K SLoC