reem / rust-typemap

A typesafe store keyed by types and containing different types of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `std::default::Default` for `TypeMap`

tbu- opened this issue · comments

This makes it possible to have #[deriving(Default)] on structs containing TypeMap.