| Crates.io | objekt-clonable |
| lib.rs | objekt-clonable |
| version | 0.2.2 |
| created_at | 2019-01-24 02:02:21.929141+00 |
| updated_at | 2019-01-24 03:36:02.686772+00 |
| description | Attribute wrapper for objekt |
| homepage | |
| repository | https://github.com/kardeiz/objekt-clonable |
| max_upload_size | |
| id | 110337 |
| size | 2,260 |
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