W3cubDocs

/Rust

Struct std::thread::AccessError

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

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/thread/struct.AccessError.html