Crates.io | dyn-clonable-impl |
lib.rs | dyn-clonable-impl |
version | 0.9.2 |
source | src |
created_at | 2019-12-24 20:49:22.632416+00 |
updated_at | 2025-01-24 14:23:27.598511+00 |
description | Attribute wrapper for dyn-clone |
homepage | |
repository | https://github.com/kardeiz/objekt-clonable |
max_upload_size | |
id | 192193 |
size | 3,180 |
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