1
2
3
4
5
//! When things go wrong.

/// Error that indicates that capacity was exceeded
#[derive(Debug, Clone, Copy, Hash)]
pub struct CapacityExceeded;