#![doc = crate::_DOC_PHYS_TIME!()] #![doc = crate::_doc!(modules: crate::phys; time)]
#![doc = crate::_doc!(flat:"phys")]
#![doc = crate::_doc!(hr)]
mod _reexport;
mod errors {
use crate::{_TAG_TIME, define_error};
define_error! { individual: pub struct Timeout;
#[derive(Default)], +location: "phys/time", +tag: _TAG_TIME!(),
DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.",
self+f => write!(f, "The operation has exceeded the allowed execution time.")
}
}
crate::structural_mods! { _mods {
pub use super::errors::*;
}
_reexports {
pub use super::_reexport::*;
}
}