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.

Trait Implementations

impl<T: Debug + Send + 'static> Debug for LocalKey<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for LocalKey<T>

impl<T> Sync for LocalKey<T>