Closed
Description
For TLS and named service keys, making the keys types would be a very convenient way to make the interfaces type safe, e.g. let my_value: MyType = get_tls_value()
. Unfortunately we don't have a way of comparing type descriptors right now, and type descriptors may be duplicated in each crate (I think). If type descriptors stored a unique hash, then we could compare types.