Crates.io | objekt-clonable-impl |
lib.rs | objekt-clonable-impl |
version | 0.2.2 |
source | src |
created_at | 2019-01-24 02:01:26.727374 |
updated_at | 2019-01-24 03:35:09.596096 |
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