Type Alias IcebergCompactionEventItem

Source
pub type IcebergCompactionEventItem = Result<SubscribeIcebergCompactionEventResponse, Status>;

Aliased Type§

enum IcebergCompactionEventItem {
    Ok(SubscribeIcebergCompactionEventResponse),
    Err(Status),
}

Variants§

§1.0.0

Ok(SubscribeIcebergCompactionEventResponse)

Contains the success value

§1.0.0

Err(Status)

Contains the error value