Function is_rt_shutdown_err
pub fn is_rt_shutdown_err(err: &Error) -> bool
Checks whether the given error was emitted by Tokio when shutting down its runtime.
Examples
#
#
is_rt_shutdown_errpub fn is_rt_shutdown_err(err: &Error) -> bool
Checks whether the given error was emitted by Tokio when shutting down its runtime.
#
#