pub type Response<S> = Outcome<S>;👎Deprecated since 0.4:
Response has been renamed to OutcomeExpand description
Type alias that will be removed in some future release. Use Outcome instead.
Aliased Type§
pub enum Response<S> {
Handled,
Super,
Transition(S),
}