[][src]Type Definition metrics::OnceKeyData

type OnceKeyData = OnceCell<KeyData>;

A type to simplify management of the static KeyData.

Allows for an efficient caching of the KeyData at the callsites.