Type Definition collective::thread::monitor::Result

source ·
pub type Result<T, E = Error> = Result<T, E>;
Expand description

Result type for ThreadMonitor methods.