pub type Result<T> = Result<T, ThreadError>;Expand description
Result type used throughout the crate
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ThreadError),
}pub type Result<T> = Result<T, ThreadError>;Result type used throughout the crate
pub enum Result<T> {
Ok(T),
Err(ThreadError),
}