dyn-clonable-impl

Crates.iodyn-clonable-impl
lib.rsdyn-clonable-impl
version0.9.0
sourcesrc
created_at2019-12-24 20:49:22.632416
updated_at2019-12-24 20:49:22.632416
descriptionAttribute wrapper for dyn-clone
homepage
repositoryhttps://github.com/kardeiz/objekt-clonable
max_upload_size
id192193
size2,709
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: 28

cargo fmt