pub type TimeoutInput<K> = UnaryRequest<K, TimeoutOp<K>>;Aliased Type§
pub struct TimeoutInput<K> {
pub id: StateId<K>,
pub op: Operation<<<K as Rex>::Message as TimeoutMessage<K>>::Item>,
}Fields§
§id: StateId<K>§op: Operation<<<K as Rex>::Message as TimeoutMessage<K>>::Item>