Struct tsukuyomi::input::local_map::LocalKey [−][src]
pub struct LocalKey<T: Send + 'static> { /* fields omitted */ }
A type representing a key for request-local data stored in a LocalMap
.
The value of this type are generated by the local_key!
macro.