Module tsukuyomi::localmap

source ·
Expand description

An implementation of typemap for managing request-local data.

Macros

A macro to create a LocalKey<T>.

Structs

A type representing a key for request-local data stored in a LocalMap.
A typed map storing request-local data.
An occupied entry.
A vacant entry.

Enums

A view into a single entry in a LocalMap.