Type Alias tokio::runtime::task::state::UpdateResult

source ·
type UpdateResult = Result<Snapshot, Snapshot>;

Aliased Type§

enum UpdateResult {
    Ok(Snapshot),
    Err(Snapshot),
}

Variants§

§1.0.0

Ok(Snapshot)

Contains the success value

§1.0.0

Err(Snapshot)

Contains the error value