Maps a value type to the observer type used to cache it.
Declared in <folly/observer/Observer.h>
<folly/observer/Observer.h>
template< typename T, bool CacheInThreadLocal> struct ObserverTraits;
ObserverTraits<T, false>
ObserverTraits<T, true>