Skip to main content

defuse_time/
error.rs

1#[derive(Debug, thiserror::Error)]
2#[error("overflow")]
3pub struct Overflow;