Module egui::any::serializable[][src]

Expand description

Same structs and traits, but also can be de/serialized under persistence feature.

Structs

Stores any object by Id, and can be de/serialized.

Maps types to a single instance of that type.

Traits