dyn-clonable-impl

Crates.iodyn-clonable-impl
lib.rsdyn-clonable-impl
version0.9.2
sourcesrc
created_at2019-12-24 20:49:22.632416+00
updated_at2025-01-24 14:23:27.598511+00
descriptionAttribute wrapper for dyn-clone
homepage
repositoryhttps://github.com/kardeiz/objekt-clonable
max_upload_size
id192193
size3,180
Jacob Brown (kardeiz)

documentation

README

dyn-clonable

Provides a proc_macro attribute wrapper for dyn-clone.

Usage

use dyn_clonable::*;

#[clonable]
trait MyTrait: Clone {
    fn recite(&self);
}

For additional information, see dtolnay's dyn-clone.

License: MIT

Commit count: 33

cargo fmt