Type Alias rex::timeout::TimeoutInput

source ·
pub type TimeoutInput<K> = UnaryRequest<K, Operation>;

Aliased Type§

struct TimeoutInput<K> {
    pub id: StateId<K>,
    pub op: Operation,
}

Fields§

§id: StateId<K>§op: Operation