dyn-clone 1.0.6

Clone trait that is object-safe
Documentation
1
2
3
4
5
pub trait MyTrait {}

dyn_clone::clone_trait_object!(MyTrait);

fn main() {}