1//! When things go wrong. 2 3/// Error that indicates that capacity was exceeded 4#[derive(Debug, Clone, Copy, Hash)] 5pub struct CapacityExceeded;