Crates.io | dyn-clonable-impl |
lib.rs | dyn-clonable-impl |
version | 0.9.0 |
source | src |
created_at | 2019-12-24 20:49:22.632416 |
updated_at | 2019-12-24 20:49:22.632416 |
description | Attribute wrapper for dyn-clone |
homepage | |
repository | https://github.com/kardeiz/objekt-clonable |
max_upload_size | |
id | 192193 |
size | 2,709 |
Provides a proc_macro attribute wrapper for dyn-clone.
use dyn_clonable::*;
#[clonable]
trait MyTrait: Clone {
fn recite(&self);
}
For additional information, see dtolnay's dyn-clone.
License: MIT