Searched defs:CapacityError (Results 1 – 3 of 3) sorted by relevance
9 pub struct CapacityError<T = ()> { struct13 impl<T> CapacityError<T> { implementation27 pub fn simplify(self) -> CapacityError { in simplify()36 impl<T: Any> Error for CapacityError<T> {} implementation38 impl<T> fmt::Display for CapacityError<T> { implementation44 impl<T> fmt::Debug for CapacityError<T> { implementation
5 pub struct CapacityError<Element>(pub Element); struct
137 pub enum CapacityError { enum