Skip to main content

DEFAULT_READ_TIMEOUT

Constant DEFAULT_READ_TIMEOUT 

Source
pub const DEFAULT_READ_TIMEOUT: Duration;
Expand description

Default read poll timeout used by blocking backends.

The async backend does not gate reads on this value, but it is stored so SerialConfig can be printed verbatim and so future blocking fallbacks behave consistently.