pub type ThreadSyncResult = Result<usize, TwzError>;
Result of sync operations.
enum ThreadSyncResult { Ok(usize), Err(TwzError), }
Contains the success value
Contains the error value