| Crates.io | dyn-clonable |
| lib.rs | dyn-clonable |
| version | 0.9.2 |
| created_at | 2019-12-24 21:15:36.791748+00 |
| updated_at | 2025-01-24 14:23:42.478121+00 |
| description | Attribute wrapper for dyn-clone |
| homepage | |
| repository | https://github.com/kardeiz/objekt-clonable |
| max_upload_size | |
| id | 192202 |
| size | 4,352 |
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