Crate anyvec [] [src]

A growable list type with dynamic typing.

It can store anything that implements the Any trait.

Structs

AnyVec

A growable list type with dynamic typing.