[][src]Crate movable

Structs

Movable

A structure containing a single value that can be moved out imutably. This can be used if you want a structure to be able to own something that will eventaly be moved, but you want your structure to keep existing.