Struct std::thread::AccessError1.26.0[][src]

pub struct AccessError { /* fields omitted */ }

An error returned by LocalKey::try_with.

Trait Implementations

impl Debug for AccessError
[src]

Formats the value using the given formatter. Read more

impl Display for AccessError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AccessError

impl Sync for AccessError