Update src/extensions/idle.rs
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
This commit is contained in:
parent
2874bfd933
commit
c9b7c0a3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ use std::time::Duration;
|
|||
/// logic is needed to handle the IDLE response, and then returns a [`CallbackAction`]
|
||||
/// to `Continue` or `Stop` listening on the channel.
|
||||
/// For users that want the IDLE to exit on any change (the behavior proior to version 3.0),
|
||||
/// a convenience callback function `callback_stop` is provided.
|
||||
/// a convenience callback function [`callback_stop`] is provided.
|
||||
///
|
||||
/// ```no_run
|
||||
/// # use native_tls::TlsConnector;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue