pub trait CloneableAny: CloneableImpl { }
Expand description

Trick to make a cloneable Any from https://stackoverflow.com/questions/30353462/how-to-clone-a-struct-storing-a-boxed-trait-object/30353928#30353928.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Implementations on Foreign Types

Implementors