Module toolshed::cell [] [src]

A mutable memory location for Copy types.

Structs

CopyCell

This should be identical to the Cell implementation in the standard library, but always require that the internal type implements Copy and implements Copy itself.