macro_rules! timeout {
($($t:tt)*) => { ... };
}Expand description
Error to indicate that the request failed to complete in the allotted time.
macro_rules! timeout {
($($t:tt)*) => { ... };
}Error to indicate that the request failed to complete in the allotted time.