devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
// devela::phys::time::error

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.")
}