Struct std::thread::AccessError [] [src]

pub struct AccessError { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (thread_local_state #27716)

state querying was recently added

An error returned by LocalKey::try_with.

Trait Implementations

impl Debug for AccessError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for AccessError
[src]

[src]

Formats the value using the given formatter. Read more