mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix dispatching::dialogue
This commit is contained in:
parent
8a961e8fdf
commit
2a5d88df0e
1 changed files with 4 additions and 4 deletions
|
@ -36,15 +36,15 @@
|
|||
//! struct _2State;
|
||||
//! struct _3State;
|
||||
//!
|
||||
//! pub type Out = TransitionOut<D>;
|
||||
//! type Out = TransitionOut<D>;
|
||||
//!
|
||||
//! pub async fn _1_transition(cx: TransitionIn, state: _1State) -> Out {
|
||||
//! async fn _1_transition(_cx: TransitionIn, _state: _1State) -> Out {
|
||||
//! todo!()
|
||||
//! }
|
||||
//! pub async fn _2_transition(cx: TransitionIn, state: _2State) -> Out {
|
||||
//! async fn _2_transition(_cx: TransitionIn, _state: _2State) -> Out {
|
||||
//! todo!()
|
||||
//! }
|
||||
//! pub async fn _3_transition(cx: TransitionIn, state: _3State) -> Out {
|
||||
//! async fn _3_transition(_cx: TransitionIn, _state: _3State) -> Out {
|
||||
//! todo!()
|
||||
//! }
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue