pub type ThreadSyncResult = Result<usize, ThreadSyncError>;
Expand description
Result of sync operations.
Aliased Type§
enum ThreadSyncResult {
Ok(usize),
Err(ThreadSyncError),
}
pub type ThreadSyncResult = Result<usize, ThreadSyncError>;
Result of sync operations.
enum ThreadSyncResult {
Ok(usize),
Err(ThreadSyncError),
}