mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix the docs
This commit is contained in:
parent
1211af9e91
commit
9cab81b8bf
1 changed files with 1 additions and 6 deletions
|
@ -74,13 +74,8 @@ pub use storage::{InMemStorage, Storage};
|
|||
/// ReceiveNumberState,
|
||||
/// );
|
||||
///
|
||||
/// wrap_dialogue!(
|
||||
/// Wrapper(Dialogue),
|
||||
/// default Self(Dialogue::inject(StartState)),
|
||||
/// );
|
||||
///
|
||||
/// pub type In<State> = TransitionIn<State, std::convert::Infallible>;
|
||||
/// pub type Out = TransitionOut<Wrapper>;
|
||||
/// pub type Out = TransitionOut<Dialogue>;
|
||||
///
|
||||
/// pub async fn start(cx: In<StartState>) -> Out { todo!() }
|
||||
/// pub async fn receive_word(cx: In<ReceiveWordState>) -> Out { todo!() }
|
||||
|
|
Loading…
Add table
Reference in a new issue