Update src/lib.rs

Co-authored-by: John Nunley <jtnunley01@gmail.com>
This commit is contained in:
irvingouj @ Devolutions 2024-03-05 11:44:31 -05:00 committed by GitHub
parent d84b6ec433
commit 22415843ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ impl Event {
/// Ok(())
/// }
/// ```
///
/// Returns `Some(true)` if the connection has failed, `Some(false)` if there is an error,
/// or `None` if the platform does not support detecting this condition.
#[inline]