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
kardeiz
Back