dyn-clone 1.0.20

Clone trait that is dyn-compatible
Documentation
1
2
3
4
5
pub trait MyTrait {}

dyn_clone::clone_trait_object!(MyTrait);

fn main() {}