Crates.io | dyn-clonable |
lib.rs | dyn-clonable |
version | 0.9.0 |
source | src |
created_at | 2019-12-24 21:15:36.791748 |
updated_at | 2019-12-24 21:15:36.791748 |
description | Attribute wrapper for dyn-clone |
homepage | |
repository | https://github.com/kardeiz/objekt-clonable |
max_upload_size | |
id | 192202 |
size | 4,886 |
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