Type Alias ThreadSyncResult

Source
pub type ThreadSyncResult = Result<usize, TwzError>;
Expand description

Result of sync operations.

Aliased Type§

enum ThreadSyncResult {
    Ok(usize),
    Err(TwzError),
}

Variants§

§1.0.0

Ok(usize)

Contains the success value

§1.0.0

Err(TwzError)

Contains the error value