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]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more