dyn-clonable

Crates.iodyn-clonable
lib.rsdyn-clonable
version0.9.0
sourcesrc
created_at2019-12-24 21:15:36.791748
updated_at2019-12-24 21:15:36.791748
descriptionAttribute wrapper for dyn-clone
homepage
repositoryhttps://github.com/kardeiz/objekt-clonable
max_upload_size
id192202
size4,886
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