| Crates.io | objekt-clonable-impl |
| lib.rs | objekt-clonable-impl |
| version | 0.2.2 |
| created_at | 2019-01-24 02:01:26.727374+00 |
| updated_at | 2019-01-24 03:35:09.596096+00 |
| description | Attribute wrapper for objekt |
| homepage | |
| repository | https://github.com/kardeiz/objekt-clonable |
| max_upload_size | |
| id | 110336 |
| size | 2,719 |
Provides a proc_macro attribute wrapper for objekt.
use objekt_clonable::*;
#[clonable]
trait MyTrait: Clone {
fn recite(&self);
}
For additional information, see dtolnay's objekt.
License: MIT