hydra 0.1.40

A framework for writing fault tolerant, highly scalable applications with the Rust programming language.
Documentation
1
2
3
4
5
6
use serde::Deserialize;
use serde::Serialize;

/// Occurs when an operation has timed out.
#[derive(Debug, Serialize, Deserialize)]
pub struct Timeout;