mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
fixup rust doc
This commit is contained in:
parent
9abc6b9b7b
commit
613db10a6f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pub trait UpdateListener {
|
||||||
/// error if something goes wrong with it. For example for webhooks this
|
/// error if something goes wrong with it. For example for webhooks this
|
||||||
/// should call `set_webhook`.
|
/// should call `set_webhook`.
|
||||||
///
|
///
|
||||||
/// [`Stream`]: AsUpdateStream::Stream
|
/// [`Stream`]: UpdateListener::Stream
|
||||||
fn listen(&mut self) -> BoxFut<'_, Result<Self::Stream<'_>, Self::SetupErr>>;
|
fn listen(&mut self) -> BoxFut<'_, Result<Self::Stream<'_>, Self::SetupErr>>;
|
||||||
|
|
||||||
/// Hint which updates should the listener listen for.
|
/// Hint which updates should the listener listen for.
|
||||||
|
|
Loading…
Reference in a new issue