pub trait CloneAny: Any + CloneToAny { }
Expand description

Any, but with cloning.

Every type with no non-'static references that implements Clone implements CloneAny. See core::any for more details on Any in general.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Implementors