Struct rayon_core::ThreadPoolBuildError
[−]
[src]
pub struct ThreadPoolBuildError { /* fields omitted */ }
Error when initializing a thread pool.
Trait Implementations
impl Debug for ThreadPoolBuildError
[src]
impl Error for ThreadPoolBuildError
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
The lower-level cause of this error, if any. Read more