[src]

Enum std::local_data::KeyValue

pub enum KeyValue<T> {
    Key,
}

Variants

Key