pub trait CloneBuild: Clone { }
Expand description

Marker indiciating that this object can build itself by cloning.

Implementors