Skip to main content
Files
defuse_time/
error.rs
1
#[derive(Debug, thiserror::Error)]
2
#[error(
"overflow"
)]
3
pub struct
Overflow;