pub const DEFAULT_TIMEOUT: Duration;Expand description
How long a request may take, from sending it to reading the whole reply, unless the client says
otherwise (Client::with_timeout). A reply usually takes a second or two.
pub const DEFAULT_TIMEOUT: Duration;How long a request may take, from sending it to reading the whole reply, unless the client says
otherwise (Client::with_timeout). A reply usually takes a second or two.