Macro timeout

Source
macro_rules! timeout {
    ($($t:tt)*) => { ... };
}
Expand description

Error to indicate that the request failed to complete in the allotted time.