Trait abstutil::clone::CloneableAny[][src]

pub trait CloneableAny: CloneableImpl { }

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

Implementations on Foreign Types

impl<T: 'static + Clone> CloneableAny for Vec<T>[src]

Loading content...

Implementors

Loading content...